CRM-20600 - composer.json - Add phpQuery
authorTim Otten <totten@civicrm.org>
Fri, 31 Mar 2017 19:55:45 +0000 (12:55 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 17 Jun 2017 02:05:08 +0000 (19:05 -0700)
composer.json
composer.lock

index 2aecc528cdec9bb595637795b6227507dc858d47..38697d1a7999ddd83b2db19589ec7a086c4f5f92 100644 (file)
@@ -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",
index 73baa74e88038f1a8095c34219ab119250dc3684..c2e33979645c6ab5cb8a6febf15da7db58bc59ba 100644 (file)
@@ -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",
             "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",