Skip to content

Commit 41c8100

Browse files
author
yii2-developer
committed
fix: composer.json
1 parent 2519507 commit 41c8100

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "krok/phpquery",
33
"description": "phpquery",
4-
"keywords": ["phpquery"],
4+
"keywords": [
5+
"phpquery"
6+
],
57
"type": "library",
68
"license": "BSD-3-Clause",
79
"authors": [
810
{
911
"name": "krok",
10-
"email": "creator.git@gmail.com"
12+
"email": "yii2.developer@gmail.com"
1113
}
1214
],
13-
"minimum-stability": "stable",
1415
"require": {
1516
"php": ">=5.3.0"
1617
},
@@ -19,4 +20,4 @@
1920
"phpQuery": "src"
2021
}
2122
}
22-
}
23+
}

0 commit comments

Comments
 (0)