forked from electrolinux/phpquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 701 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "electrolinux/phpquery"
,"type": "library"
,"description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library"
,"version": "0.9.6"
,"keywords": []
,"homepage": "http://code.google.com/p/phpquery/"
,"license": "MIT"
,"authors": [
{
"name": "Tobiasz Cudnik"
,"email": "tobiasz.cudnik@gmail.com"
,"homepage": "https://github.com/TobiaszCudnik"
,"role": "Developer"
}
,{
"name": "didier Belot"
,"role": "Packager"
}
],
"autoload": {
"classmap": ["phpQuery/"]
}
}