From 42c296eb6367ba18cb71b1c0673223657b02178c Mon Sep 17 00:00:00 2001 From: Ralf Langebrake Date: Wed, 15 Feb 2023 17:43:30 +0100 Subject: [PATCH] laravel 10 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f123cd9..0381137 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,10 @@ } ], "require": { - "php" : "^7.1.3|^8.0", + "php" : "^7.1.3|^8.0|^8.1", "guzzlehttp/guzzle": "^6.3 || ^7.0.1", - "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"