From 209ef5bf4761a78fe8eaee9713f3b5296ac14298 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 31 Mar 2017 12:55:45 -0700 Subject: [PATCH] CRM-20600 - composer.json - Add phpQuery --- composer.json | 1 + composer.lock | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2aecc528cd..38697d1a79 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "include-path": ["vendor/tecnickcom"], "require": { "dompdf/dompdf" : "0.7.*", + "electrolinux/phpquery": "^0.9.6", "symfony/config": "~2.5.0", "symfony/dependency-injection": "~2.5.0", "symfony/event-dispatcher": "~2.5.0", diff --git a/composer.lock b/composer.lock index 73baa74e88..c2e3397964 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "e82d6a686e096c759ad855215be1d672", + "content-hash": "1f8f3fcb9909d4901724c99b2dc52b35", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -107,6 +107,46 @@ "homepage": "https://github.com/dompdf/dompdf", "time": "2016-05-11T00:36:29+00:00" }, + { + "name": "electrolinux/phpquery", + "version": "0.9.6", + "source": { + "type": "git", + "url": "https://github.com/electrolinux/phpquery.git", + "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", + "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "phpQuery/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobiasz Cudnik", + "email": "tobiasz.cudnik@gmail.com", + "homepage": "https://github.com/TobiaszCudnik", + "role": "Developer" + }, + { + "name": "didier Belot", + "role": "Packager" + } + ], + "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library", + "homepage": "http://code.google.com/p/phpquery/", + "time": "2013-03-21T12:39:33+00:00" + }, { "name": "pclzip/pclzip", "version": "2.8.2", -- 2.25.1