diff --git a/_backend/composer.json b/_backend/composer.json index caaf9702e5..f2923eb237 100644 --- a/_backend/composer.json +++ b/_backend/composer.json @@ -14,7 +14,7 @@ } }, "require": { - "stripe/stripe-php": "21.1.1", + "stripe/stripe-php": "21.2.0", "erusev/parsedown-extra": "^0.9", "geoip2/geoip2": "^3.0", "ext-intl": ">=7", diff --git a/_backend/composer.lock b/_backend/composer.lock index 2bcd721499..b6638aa2ed 100644 --- a/_backend/composer.lock +++ b/_backend/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": "99219ec82a1c527734cabf4c46a22fec", + "content-hash": "da8dc45dacf762d9d93b0bf4c6bcb1b2", "packages": [ { "name": "composer/ca-bundle", @@ -803,16 +803,16 @@ }, { "name": "stripe/stripe-php", - "version": "v21.1.1", + "version": "v21.2.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "5f68d5a285d206a757ebbd9bf0e037759a61c379" + "reference": "edf8118f0b96d69f06f372da9168d613d1aed072" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/5f68d5a285d206a757ebbd9bf0e037759a61c379", - "reference": "5f68d5a285d206a757ebbd9bf0e037759a61c379", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/edf8118f0b96d69f06f372da9168d613d1aed072", + "reference": "edf8118f0b96d69f06f372da9168d613d1aed072", "shasum": "" }, "require": { @@ -834,7 +834,8 @@ }, "autoload": { "files": [ - "lib/version_check.php" + "lib/version_check.php", + "lib/agent_plugin_hint.php" ], "psr-4": { "Stripe\\": "lib/" @@ -859,9 +860,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v21.1.1" + "source": "https://github.com/stripe/stripe-php/tree/v21.2.0" }, - "time": "2026-07-30T18:43:28+00:00" + "time": "2026-08-10T22:11:35+00:00" }, { "name": "symfony/deprecation-contracts",