forked from jae-jae/phpQuery-single
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5,726 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "jaeger/phpquery-single", | ||
"description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/", | ||
"homepage": "http://code.google.com/p/phpquery/", | ||
"license": "MIT", | ||
"require": { | ||
"PHP":">=5.3.0" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Tobiasz Cudnik" | ||
,"email": "[email protected]" | ||
,"homepage": "https://github.com/TobiaszCudnik" | ||
,"role": "Developer" | ||
} | ||
,{ | ||
"name": "Jaeger", | ||
"role": "Packager" | ||
} | ||
], | ||
"autoload":{ | ||
"classmap":["phpQuery.php"] | ||
} | ||
} |
Oops, something went wrong.