From a7e8aa6d5a73059559b0af1f56a0746cc0d990de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:12:44 +0000 Subject: [PATCH] Bump stripe/stripe-php from 19.4.0 to 20.0.0 in /backend Bumps [stripe/stripe-php](https://github.com/stripe/stripe-php) from 19.4.0 to 20.0.0. - [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/v19.4.0...v20.0.0) --- updated-dependencies: - dependency-name: stripe/stripe-php dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/composer.json | 2 +- backend/composer.lock | 23 +++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/backend/composer.json b/backend/composer.json index 72f4e043c..2373cab91 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -27,7 +27,7 @@ "cebe/markdown": "^1.2", "yiisoft/yii2-httpclient": "^2.0", "kartik-v/yii2-tabs-x": "@dev", - "stripe/stripe-php": "^19.1", + "stripe/stripe-php": "^20.0", "sleifer/yii2-autocomplete-ajax": "dev-master", "ezyang/htmlpurifier": "^4.18", "yiisoft/yii2-bootstrap5": "^2.0", diff --git a/backend/composer.lock b/backend/composer.lock index 96ecbb63d..6c83b98c8 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": "e1dbb1cec001c7092c42bb54d262c135", + "content-hash": "cd1dd16d563d236b042b70d1c2a9f269", "packages": [ { "name": "beluga-php/docker-php", @@ -2774,26 +2774,26 @@ }, { "name": "stripe/stripe-php", - "version": "v19.4.0", + "version": "v20.0.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "a8c9db819f86ec47e603b92f9be99661e6a62cf4" + "reference": "7338bd140e641b1f9c7cb602e2de971e14db6b3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/a8c9db819f86ec47e603b92f9be99661e6a62cf4", - "reference": "a8c9db819f86ec47e603b92f9be99661e6a62cf4", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/7338bd140e641b1f9c7cb602e2de971e14db6b3b", + "reference": "7338bd140e641b1f9c7cb602e2de971e14db6b3b", "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" }, @@ -2804,6 +2804,9 @@ } }, "autoload": { + "files": [ + "lib/version_check.php" + ], "psr-4": { "Stripe\\": "lib/" } @@ -2827,9 +2830,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v19.4.0" + "source": "https://github.com/stripe/stripe-php/tree/v20.0.0" }, - "time": "2026-02-25T17:46:20+00:00" + "time": "2026-03-26T01:57:48+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5756,5 +5759,5 @@ "php": ">=8.2.0" }, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }