From 2d0eaf7edf50b2056ad707ae48131f396edc2939 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 31 Aug 2016 17:28:04 +1000 Subject: [PATCH] CRM-19284 Load Credit Card validation package using composer --- composer.json | 3 +- composer.lock | 103 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 103 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 090ec1f1bc..d07608e800 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { diff --git a/composer.lock b/composer.lock index 57821a408f..0eea04a947 100644 --- a/composer.lock +++ b/composer.lock @@ -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", @@ -108,6 +108,105 @@ "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", -- 2.25.1