From 819e36a4a5856c1d47af65cd79c6687f5fdc2310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:43:37 +0000 Subject: [PATCH] Update stripe/stripe-php requirement from ^12.0 to ^16.2 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...v16.2.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 3f2b05631..219f86f6b 100644 --- a/backend/composer.json +++ b/backend/composer.json @@ -16,7 +16,7 @@ "yiisoft/yii2": "2.0.50", "miloschuman/yii2-highcharts-widget": "^10.0", "kartik-v/yii2-tabs-x": "@dev", - "stripe/stripe-php": "^12.0", + "stripe/stripe-php": "^16.2", "sleifer/yii2-autocomplete-ajax": "dev-master", "yiisoft/yii2-jui": "^2.0", "cebe/markdown": "^1.2",