From b2ff3b1aebc88b789eb7e3158c05f80c82d3f0f8 Mon Sep 17 00:00:00 2001 From: Costin Moise Date: Tue, 6 Aug 2024 14:16:46 +0300 Subject: [PATCH] 10 and 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2fb264..dbc487d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "5.* || 6.* || 7.* || 8.* || 9.*", + "illuminate/support": "5.* || 6.* || 7.* || 8.* || 9.* || 10.* || 11.*", "omnipay/common": "~3.0", "adrianbarbos/omnipay-mobilpay": "~1.2.1" },