diff --git a/composer.json b/composer.json index cd33afc..3927794 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,14 @@ { "name": "phith0n/chip", "description": "a simple tool to detect potential security threat in php code", + "version": "1.0.0", + "license": "MIT", + "authors": [ + { + "name": "phith0n", + "email": "root@leavesongs.com" + } + ], "type": "library", "homepage": "https://github.com/phith0n/chip", "keywords": [ @@ -32,12 +40,6 @@ "Chip\\Tests\\": "tests/" } }, - "authors": [ - { - "name": "phith0n", - "email": "root@leavesongs.com" - } - ], "require-dev": { "phpunit/phpunit": "^7.0.0" } diff --git a/composer.lock b/composer.lock index bb5c2b2..f0bcc3f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e23c04007f13960cd79a23fa2507cea5", + "content-hash": "0d6bc973260495c49cdaa39aa3682811", "packages": [ { "name": "jeremeamia/SuperClosure",