forked from punkave/phpQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
20 lines (20 loc) · 795 Bytes
/
composer.json
File metadata and controls
20 lines (20 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "george-zakharov/php-query",
"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!",
"type": "library",
"license": "MIT",
"keywords": ["php","phpQuery","parsing","DOM"],
"homepage": "https://github.com/george-zakharov/phpQuery",
"authors": [
{
"name": "George Zakharov",
"email": "george_zakharov@mail.ru"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"ext-dom": "*",
"ext-libxml": "*"
}
}