diff --git a/backend/composer.json b/backend/composer.json index 3e49cd95c..dff60fe6e 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -29,7 +29,7 @@ "spatie/icalendar-generator": "^3.0", "spatie/laravel-data": "^4.15", "spatie/laravel-webhook-server": "^3.8", - "stripe/stripe-php": "^17.0", + "stripe/stripe-php": "^21.2", "symfony/http-client": "^7.4", "symfony/postmark-mailer": "^7.4" }, diff --git a/backend/composer.lock b/backend/composer.lock index 0506d2de6..c43177f87 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": "be03c5ca8affc956f1659b0e12df6445", + "content-hash": "a3d0c67b5a63654a8166513bb6869e69", "packages": [ { "name": "aws/aws-crt-php", @@ -6653,28 +6653,28 @@ }, { "name": "stripe/stripe-php", - "version": "v17.6.0", + "version": "v21.2.1", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "a6219df5df1324a0d3f1da25fb5e4b8a3307ea16" + "reference": "da798f6224c5ff6f89d8d78025044f418ee27db8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/a6219df5df1324a0d3f1da25fb5e4b8a3307ea16", - "reference": "a6219df5df1324a0d3f1da25fb5e4b8a3307ea16", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/da798f6224c5ff6f89d8d78025044f418ee27db8", + "reference": "da798f6224c5ff6f89d8d78025044f418ee27db8", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.6.0" + "php": ">=7.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "3.72.0", + "friendsofphp/php-cs-fixer": "3.94.0", "phpstan/phpstan": "^1.2", - "phpunit/phpunit": "^5.7 || ^9.0" + "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", "extra": { @@ -6683,6 +6683,9 @@ } }, "autoload": { + "files": [ + "lib/version_check.php" + ], "psr-4": { "Stripe\\": "lib/" } @@ -6706,9 +6709,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v17.6.0" + "source": "https://github.com/stripe/stripe-php/tree/v21.2.1" }, - "time": "2025-08-27T19:32:42+00:00" + "time": "2026-08-20T21:06:13+00:00" }, { "name": "symfony/clock",