From 1a7b42ad7b33ca677184796f56e35d8ead02a5bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 11:42:15 +0000 Subject: [PATCH] Bump stripe/stripe-php in /core/components/simplecart_stripe Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 5.2.0 to 6.43.1. - [Release notes](https://github.com/stripe/stripe-php/releases) - [Changelog](https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-php/compare/v5.2.0...v6.43.1) Signed-off-by: dependabot-preview[bot] --- .../simplecart_stripe/composer.json | 2 +- .../simplecart_stripe/composer.lock | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/components/simplecart_stripe/composer.json b/core/components/simplecart_stripe/composer.json index fbb94a1..38ddbbd 100644 --- a/core/components/simplecart_stripe/composer.json +++ b/core/components/simplecart_stripe/composer.json @@ -1,5 +1,5 @@ { "require": { - "stripe/stripe-php": "~5.2" + "stripe/stripe-php": "~6.43" } } diff --git a/core/components/simplecart_stripe/composer.lock b/core/components/simplecart_stripe/composer.lock index 52bd64b..344128c 100644 --- a/core/components/simplecart_stripe/composer.lock +++ b/core/components/simplecart_stripe/composer.lock @@ -1,36 +1,36 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "a6a6c545fa22ac59aa958d86c9621c80", - "content-hash": "d89d824f515b6c9298f7c50d618c2bea", + "content-hash": "be9fc2f2bdf38f769cfda17909d61e65", "packages": [ { "name": "stripe/stripe-php", - "version": "v5.2.0", + "version": "v6.43.1", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "7b4a4c18a36c460291399c6a34920b7dabc11c57" + "reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7b4a4c18a36c460291399c6a34920b7dabc11c57", - "reference": "7b4a4c18a36c460291399c6a34920b7dabc11c57", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/42fcdaf99c44bb26937223f8eae1f263491d5ab8", + "reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.3.3" + "php": ">=5.4.0" }, "require-dev": { + "php-coveralls/php-coveralls": "1.*", "phpunit/phpunit": "~4.0", - "satooshi/php-coveralls": "~0.6.1", - "squizlabs/php_codesniffer": "~2.0" + "squizlabs/php_codesniffer": "~2.0", + "symfony/process": "~2.8" }, "type": "library", "extra": { @@ -60,7 +60,7 @@ "payment processing", "stripe" ], - "time": "2017-08-29 12:47:40" + "time": "2019-08-29T16:56:12+00:00" } ], "packages-dev": [],