diff --git a/composer.json b/composer.json index a77bb4f4f..23f0003ae 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "tubalmartin/cssmin": "^4.1", "wptt/webfont-loader": "^1.1", "sabberworm/php-css-parser": "^8.4", - "stripe/stripe-php": "^15.3", + "stripe/stripe-php": "^17.6", "enshrined/svg-sanitize": "^0.21.0" } } diff --git a/composer.lock b/composer.lock index 7fa0b70a6..2c692d211 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": "341c7931ffba722141772961613cf262", + "content-hash": "cafec96b013c3956f34dadee3dba1ad3", "packages": [ { "name": "codeinwp/themeisle-sdk", @@ -226,16 +226,16 @@ }, { "name": "stripe/stripe-php", - "version": "v15.7.0", + "version": "v17.6.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "3e8161c1d7d1e9fb79751a693cd6123550f6ce21" + "reference": "a6219df5df1324a0d3f1da25fb5e4b8a3307ea16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/3e8161c1d7d1e9fb79751a693cd6123550f6ce21", - "reference": "3e8161c1d7d1e9fb79751a693cd6123550f6ce21", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/a6219df5df1324a0d3f1da25fb5e4b8a3307ea16", + "reference": "a6219df5df1324a0d3f1da25fb5e4b8a3307ea16", "shasum": "" }, "require": { @@ -245,7 +245,7 @@ "php": ">=5.6.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "3.5.0", + "friendsofphp/php-cs-fixer": "3.72.0", "phpstan/phpstan": "^1.2", "phpunit/phpunit": "^5.7 || ^9.0" }, @@ -279,9 +279,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v15.7.0" + "source": "https://github.com/stripe/stripe-php/tree/v17.6.0" }, - "time": "2024-08-15T21:17:26+00:00" + "time": "2025-08-27T19:32:42+00:00" }, { "name": "tubalmartin/cssmin",