From afc1ffadba3a1a5ff4899eb2a269b58e2054479a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:08:14 +0000 Subject: [PATCH] Update stripe/stripe-php requirement from ^10.2 to ^12.0 in /backend Updates the requirements on [stripe/stripe-php](https://github.com/stripe/stripe-php) to permit the latest version. - [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/v10.2.0...v12.0.0) --- updated-dependencies: - dependency-name: stripe/stripe-php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/composer.json b/backend/composer.json index aa2e63828..6e99fdc1e 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -17,7 +17,7 @@ "jane-php/jane-php": "^4 <4.3", "miloschuman/yii2-highcharts-widget": "^10.0", "kartik-v/yii2-tabs-x": "@dev", - "stripe/stripe-php": "^10.2", + "stripe/stripe-php": "^12.0", "sleifer/yii2-autocomplete-ajax": "dev-master", "yiisoft/yii2-jui": "^2.0", "cebe/markdown": "^1.2",