From 6b7825e9a7b7595b031409266104b169e6672868 Mon Sep 17 00:00:00 2001 From: Andrew Monty Date: Mon, 20 Feb 2023 10:26:31 -0500 Subject: [PATCH] laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1ec9e7..4526a7b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "homepage": "https://github.com/kamerk22/amazongiftcode", "keywords": ["Laravel", "AmazonGiftCode", "Amazon", "GiftCard", "AGCOD", "Incentives API", "Amazon Incentives API"], "require": { - "illuminate/support": "~5|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "~5|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "~7.0|~8.0",