Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jae-jae committed Dec 22, 2015
1 parent e6e85c1 commit b64a250
Show file tree
Hide file tree
Showing 2 changed files with 5,726 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
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"]
}
}
Loading

0 comments on commit b64a250

Please sign in to comment.