diff --git a/composer.json b/composer.json index cf4f8c9..36bb14d 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "phpunit/phpunit": "^10.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "robertfausk/behat-panther-extension": "^1.1", - "stripe/stripe-php": "^7.0 || ^8.0", + "stripe/stripe-php": "^15.5.0", "sylius-labs/coding-standard": "^4.0", "sylius-labs/suite-tags-extension": "^0.2", "sylius/sylius-rector": "^2.0", diff --git a/composer.lock b/composer.lock index d9df275..2919a3c 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": "47dbd0ee5da46c26f1e2950b401c0f2a", + "content-hash": "a8ac119f79e13f66be38b78997d9a81e", "packages": [ { "name": "alcohol/iso4217", @@ -17742,16 +17742,16 @@ }, { "name": "stripe/stripe-php", - "version": "v8.12.0", + "version": "v15.5.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "1b7b1ea75c744b8a9f55a0942112f8e822a6a482" + "reference": "d20fbbf2557773106c0ec2198b1b16b40f5081bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/1b7b1ea75c744b8a9f55a0942112f8e822a6a482", - "reference": "1b7b1ea75c744b8a9f55a0942112f8e822a6a482", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/d20fbbf2557773106c0ec2198b1b16b40f5081bc", + "reference": "d20fbbf2557773106c0ec2198b1b16b40f5081bc", "shasum": "" }, "require": { @@ -17763,8 +17763,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "3.5.0", "phpstan/phpstan": "^1.2", - "phpunit/phpunit": "^5.7 || ^9.0", - "squizlabs/php_codesniffer": "^3.3" + "phpunit/phpunit": "^5.7 || ^9.0" }, "type": "library", "extra": { @@ -17796,9 +17795,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v8.12.0" + "source": "https://github.com/stripe/stripe-php/tree/v15.5.0" }, - "time": "2022-07-25T14:42:34+00:00" + "time": "2024-08-01T21:25:52+00:00" }, { "name": "sylius-labs/coding-standard",