From 66fc3931eb5da6c68bdc53a073f1c0127d09bbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:23:24 +0000 Subject: [PATCH] Update stripe/stripe-php requirement from ^12.0 to ^15.5 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/v12.0.0...v15.5.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 7cb85b658..59f421ffd 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -18,7 +18,7 @@ "jane-php/jane-php": "^4 <4.3", "miloschuman/yii2-highcharts-widget": "^10.0", "kartik-v/yii2-tabs-x": "@dev", - "stripe/stripe-php": "^12.0", + "stripe/stripe-php": "^15.5", "sleifer/yii2-autocomplete-ajax": "dev-master", "yiisoft/yii2-jui": "^2.0", "cebe/markdown": "^1.2",