From c8c0ffca9634466416e7dbb8daab348334bb9c0f Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Tue, 9 Jul 2024 18:17:46 +0100 Subject: [PATCH] Widen version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 152c543..9ef452c 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require": { "illuminate/database": "^10.0|^11.0", "illuminate/support": "^10.0|^11.0", - "stripe/stripe-php": "^10.0" + "stripe/stripe-php": ">=10.0" }, "require-dev": { "phpunit/phpunit": "^10.0"