Skip to content

Commit ed19406

Browse files
author
xiajianjun
committed
update composer.json
1 parent 8e5d52c commit ed19406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "inhere/php-validate",
33
"type": "library",
4-
"description": "A Slim Framework extension",
5-
"keywords": ["Slim","extensions"],
4+
"description": "a simple validate library of the php",
5+
"keywords": ["library","validate"],
66
"homepage": "http://github.com/inhere/php-validate",
77
"license": "MIT",
88
"authors": [
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=5.5.0"
1717
},
18-
"autoload":{
18+
"autoload": {
1919
"psr-4": {
2020
"inhere\\validate\\" : "src/"
2121
}

0 commit comments

Comments
 (0)