We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b986cc6 commit 81dedc0Copy full SHA for 81dedc0
README.md
@@ -0,0 +1 @@
1
+Automatically exported from code.google.com/p/phpquery
composer.json
@@ -0,0 +1,22 @@
+{
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": "creator.git@gmail.com"
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