From 9a9c04512e5dcb77c7fe5d850e3f2a0250cc160e Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 18 Jan 2017 20:07:16 +0100 Subject: * Motor Sport Magazine feed provider --- lib/querypath/composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/querypath/composer.json (limited to 'lib/querypath/composer.json') 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"] + } +} -- cgit v1.2.3