From 6a437a9e75ba0614458579ea5f518e115cc0a8a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:11:55 +0000 Subject: [PATCH] Update stripe/stripe-php requirement from ^6.43 to ^13.9 Updates the requirements on [stripe/stripe-php](https://github.com/stripe/stripe-php) to permit the latest version. - [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.0...v13.9.0) --- updated-dependencies: - dependency-name: stripe/stripe-php dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb32b18..b868766 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,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": "^13.9", "sylius-labs/coding-standard": "^4.0", "sylius/sylius-rector": "^1.0", "symfony/browser-kit": "^5.4 || ^6.0",