From 436e83846b621ed3102000ef47c2f56cea65480c Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 20 May 2021 08:27:41 +1000 Subject: [PATCH] [REF] Update Pear Validate Finance CreditCard to use latest tagged release that now includes the improved mastercard 2bin regex --- composer.json | 2 +- composer.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 5340554867..0c18088190 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "zetacomponents/mail": "1.9.*", "marcj/topsort": "~1.1", "phpoffice/phpword": "^0.15.0", - "pear/validate_finance_creditcard": "dev-master", + "pear/validate_finance_creditcard": "0.7.0", "civicrm/civicrm-cxn-rpc": "~0.20.12.01 || ~0.19.01.10", "pear/auth_sasl": "1.1.0", "pear/net_smtp": "1.9.*", diff --git a/composer.lock b/composer.lock index ebd1c060cf..8cee9e9692 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0e39d59009c3d153d1aaa107a411f319", + "content-hash": "9a4f82d5c0a69e422d5be01e7ccfe79f", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -1817,16 +1817,16 @@ }, { "name": "pear/validate_finance_creditcard", - "version": "dev-master", + "version": "0.7.0", "source": { "type": "git", "url": "https://github.com/pear/Validate_Finance_CreditCard.git", - "reference": "a74da657d7a6f24b7e669294b32812e9a947519f" + "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f", - "reference": "a74da657d7a6f24b7e669294b32812e9a947519f", + "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/f138fb80b2305c1fe7ca33216b895b868396f1e9", + "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9", "shasum": "" }, "require": { @@ -1857,7 +1857,11 @@ } ], "description": "Validation class for credit cards.", - "time": "2016-09-12T08:01:21+00:00" + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard", + "source": "https://github.com/pear/Validate_Finance_CreditCard" + }, + "time": "2021-05-19T22:03:15+00:00" }, { "name": "phenx/php-font-lib", @@ -4040,9 +4044,7 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "pear/validate_finance_creditcard": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { -- 2.25.1