forked from electrolinux/phpquery
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (28 loc) · 830 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "n1c/phpquery"
,"type": "library"
,"description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library"
,"version": "1.0-rc1"
,"keywords": []
,"homepage": "http://code.google.com/p/phpquery/"
,"license": "MIT"
,"authors": [
{
"name": "didier Belot"
,"role": "Packager, maintainer"
,"homepage": "https://github.com/electrolinux/phpquery"
}
,{
"name": "Tobiasz Cudnik"
,"email": "[email protected]"
,"homepage": "https://github.com/TobiaszCudnik"
,"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": ["phpQuery/"]
}
}