summaryrefslogtreecommitdiff
path: root/lib/querypath/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/querypath/composer.json')
-rw-r--r--lib/querypath/composer.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/querypath/composer.json b/lib/querypath/composer.json
new file mode 100644
index 0000000..63e1c35
--- /dev/null
+++ b/lib/querypath/composer.json
@@ -0,0 +1,16 @@
+{
+ "name": "querypath/QueryPath",
+ "type": "library",
+ "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)",
+ "homepage": "https://github.com/technosophos/querypath",
+ "license": "MIT",
+ "keywords": ["xml", "html", "css", "jquery", "xslt"],
+ "require" : {
+ "php" : ">=5.3.0",
+ "masterminds/html5": "2.*"
+ },
+ "autoload": {
+ "psr-0": {"QueryPath": "src/"},
+ "files": ["src/qp_functions.php"]
+ }
+}