From c10c6b58d94c4dbd5f3dab31d81ab1e00f547b9d Mon Sep 17 00:00:00 2001 From: Sam Thornton Date: Fri, 4 Oct 2024 08:18:42 +0100 Subject: [PATCH 1/2] Allow stripe/stripe-php:^16.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92bb043..a9c8a3d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^8.0", "illuminate/support": "^8.0|^9.0|^10.0|^11.0", "spatie/laravel-webhook-client": "^3.0", - "stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0|^14.0|^15.0" + "stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0|^14.0|^15.0|^v16.0" }, "require-dev": { "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", From 2cd41c01b238200176f3e0b79498a45a23752b07 Mon Sep 17 00:00:00 2001 From: Sam Thornton Date: Fri, 4 Oct 2024 08:21:54 +0100 Subject: [PATCH 2/2] Allow stripe/stripe-php:^16.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a9c8a3d..06cb51b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^8.0", "illuminate/support": "^8.0|^9.0|^10.0|^11.0", "spatie/laravel-webhook-client": "^3.0", - "stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0|^14.0|^15.0|^v16.0" + "stripe/stripe-php": "^7.51|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0|^14.0|^15.0|^16.0" }, "require-dev": { "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",