From 71cf26cb10a6dfea59d030c2fc21ba570e923d77 Mon Sep 17 00:00:00 2001 From: Gustavo Karkow <14905932+karkowg@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:21:40 -0400 Subject: [PATCH] bump stripe-php to v16 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4a4441e..b0fc246f 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "illuminate/view": "^10.0|^11.0", "moneyphp/money": "^4.0", "nesbot/carbon": "^2.0|^3.0", - "stripe/stripe-php": "^13.0", + "stripe/stripe-php": "^16.2", "symfony/console": "^6.0|^7.0", "symfony/http-kernel": "^6.0|^7.0", "symfony/polyfill-intl-icu": "^1.22.1"