From 810d36b7569ee5d80305f77ac4415821c0e58090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:55:43 +0000 Subject: [PATCH] Bump stripe/stripe-php from 6.43.1 to 14.0.0 Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 6.43.1 to 14.0.0. - [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/v6.43.1...v14.0.0) --- updated-dependencies: - dependency-name: stripe/stripe-php dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 9f56079..3cf8ff4 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpstan/phpstan-webmozart-assert": "^1.1", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "stripe/stripe-php": "^6.43", + "stripe/stripe-php": "^14.0", "sylius-labs/coding-standard": "^4.0", "sylius/sylius-rector": "^1.0", "symfony/browser-kit": "^5.4 || ^6.0", diff --git a/composer.lock b/composer.lock index 3e803b4..98bf31f 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": "a905e6e4efae8a37c7712a644ff685a7", + "content-hash": "70eb38a38414dfbbece1c529d37d61f0", "packages": [ { "name": "alcohol/iso4217", @@ -16591,29 +16591,28 @@ }, { "name": "stripe/stripe-php", - "version": "v6.43.1", + "version": "v14.0.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8" + "reference": "45841a49808a71dc9e6d385e18042b7c46a68280" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/42fcdaf99c44bb26937223f8eae1f263491d5ab8", - "reference": "42fcdaf99c44bb26937223f8eae1f263491d5ab8", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/45841a49808a71dc9e6d385e18042b7c46a68280", + "reference": "45841a49808a71dc9e6d385e18042b7c46a68280", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.4.0" + "php": ">=5.6.0" }, "require-dev": { - "php-coveralls/php-coveralls": "1.*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0", - "symfony/process": "~2.8" + "friendsofphp/php-cs-fixer": "3.5.0", + "phpstan/phpstan": "^1.2", + "phpunit/phpunit": "^5.7 || ^9.0" }, "type": "library", "extra": { @@ -16645,9 +16644,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/master" + "source": "https://github.com/stripe/stripe-php/tree/v14.0.0" }, - "time": "2019-08-29T16:56:12+00:00" + "time": "2024-04-10T22:56:53+00:00" }, { "name": "sylius-labs/coding-standard", @@ -17380,5 +17379,5 @@ "php": "^8.0" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }