Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81dedc0

Browse files
author
creator-git
committed
init composer
1 parent b986cc6 commit 81dedc0

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Automatically exported from code.google.com/p/phpquery

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "krok/phpquery",
3+
"description": "phpquery",
4+
"keywords": ["phpquery"],
5+
"type": "library",
6+
"license": "BSD-3-Clause",
7+
"authors": [
8+
{
9+
"name": "krok",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"minimum-stability": "stable",
14+
"require": {
15+
"php": ">=5.3.0"
16+
},
17+
"autoload": {
18+
"psr-0": {
19+
"phpQuery": "phpQuery"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)