Skip to content

Commit

Permalink
stage version
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Apr 23, 2019
1 parent 17c496c commit 03e1f99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"type": "library",
"homepage": "https://github.com/phith0n/chip",
"keywords": [
Expand Down Expand Up @@ -32,12 +40,6 @@
"Chip\\Tests\\": "tests/"
}
},
"authors": [
{
"name": "phith0n",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03e1f99

Please sign in to comment.