Skip to content

Commit ce4c93c

Browse files
Composer update
1 parent 751c78c commit ce4c93c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"description": "This is phpQuery, a PHP port of jQuery selectors, super useful for DOM traversal and functional testing. Originally by Tobiasz Cudnik, who released it on Google Code. We forked it because we need some bug fixes and no commits have been made upstream for quite some time. Please share your phpQuery fixes with us!",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": ["php","phpQuery","parsing","DOM"],
7+
"homepage": "https://github.com/george-zakharov/phpQuery",
68
"authors": [
79
{
810
"name": "George Zakharov",
@@ -11,6 +13,6 @@
1113
],
1214
"minimum-stability": "dev",
1315
"require": {
14-
"php": ">=5.6"
16+
"php": ">=7.0"
1517
}
1618
}

0 commit comments

Comments
 (0)