Skip to content

Commit 03e1f99

Browse files
committed
stage version
1 parent 17c496c commit 03e1f99

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "phith0n/chip",
33
"description": "a simple tool to detect potential security threat in php code",
4+
"version": "1.0.0",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "phith0n",
9+
"email": "root@leavesongs.com"
10+
}
11+
],
412
"type": "library",
513
"homepage": "https://github.com/phith0n/chip",
614
"keywords": [
@@ -32,12 +40,6 @@
3240
"Chip\\Tests\\": "tests/"
3341
}
3442
},
35-
"authors": [
36-
{
37-
"name": "phith0n",
38-
"email": "root@leavesongs.com"
39-
}
40-
],
4143
"require-dev": {
4244
"phpunit/phpunit": "^7.0.0"
4345
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)