CRM-19284 Load Credit Card validation package using composer
authorSeamus Lee <seamuslee001@gmail.com>
Wed, 31 Aug 2016 07:28:04 +0000 (17:28 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 13 Sep 2016 06:38:04 +0000 (16:38 +1000)
composer.json
composer.lock

index 090ec1f1bc69842838e798ac23e240426186c6e8..d07608e800ec1ee5f4d6b876241de3863a1cdbfc 100644 (file)
@@ -21,7 +21,8 @@
     "civicrm/civicrm-cxn-rpc": "~0.15.12.04",
     "zetacomponents/base": "1.7.*",
     "zetacomponents/mail": "dev-1.7-civi",
-    "phpoffice/phpword": "^0.12.1"
+    "phpoffice/phpword": "^0.12.1",
+    "pear/Validate_Finance_CreditCard": "0.6.0"
   },
   "repositories": [
     {
index 57821a408f15e94da7ac797b7d391b10203b0465..0eea04a94707c30dc7776f705d441cbfafa343ed 100644 (file)
@@ -4,8 +4,8 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "hash": "2ee156bdc437928934defe7a8d5967a8",
-    "content-hash": "6df12f0708915cdf2f7a678918213440",
+    "hash": "baf8f68bc4f49a16303e46b3f8e16aeb",
+    "content-hash": "7e35d1e9e89d95420b11a198878dee3e",
     "packages": [
         {
             "name": "civicrm/civicrm-cxn-rpc",
             "homepage": "https://github.com/dompdf/dompdf",
             "time": "2016-05-11 00:36:29"
         },
+        {
+            "name": "pear/pear_exception",
+            "version": "v1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/pear/PEAR_Exception.git",
+                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
+                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=4.4.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "*"
+            },
+            "type": "class",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-0": {
+                    "PEAR": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "include-path": [
+                "."
+            ],
+            "license": [
+                "BSD-2-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Helgi Thormar",
+                    "email": "dufuz@php.net"
+                },
+                {
+                    "name": "Greg Beaver",
+                    "email": "cellog@php.net"
+                }
+            ],
+            "description": "The PEAR Exception base class.",
+            "homepage": "https://github.com/pear/PEAR_Exception",
+            "keywords": [
+                "exception"
+            ],
+            "time": "2015-02-10 20:07:52"
+        },
+        {
+            "name": "pear/validate_finance_creditcard",
+            "version": "0.6.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
+                "reference": "601ab381ce7397a53d2641beed40f73ab4311b26"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/601ab381ce7397a53d2641beed40f73ab4311b26",
+                "reference": "601ab381ce7397a53d2641beed40f73ab4311b26",
+                "shasum": ""
+            },
+            "require": {
+                "pear/pear_exception": "*",
+                "php": ">=5.2.1"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "*"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-0": {
+                    "Validate": "./"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "include-path": [
+                "./"
+            ],
+            "license": [
+                "New BSD"
+            ],
+            "authors": [
+                {
+                    "name": "Philippe Jausions",
+                    "email": "Philippe.Jausions@11abacus.com",
+                    "role": "Lead"
+                }
+            ],
+            "description": "Validation class for credit cards.",
+            "time": "2016-01-28 20:34:49"
+        },
         {
             "name": "phenx/php-font-lib",
             "version": "0.4",