From 3fded394ca4fa308be2b54e888eb43c8dcb52b0f Mon Sep 17 00:00:00 2001 From: Ro Kleine Sonne Date: Thu, 3 Aug 2023 13:08:46 +0200 Subject: [PATCH] fix: prepare for laravel 9 & 10. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 12a1c81..b544347 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "require": { "php": "^7.2|^7.3|^7.4|^8.0", "guzzlehttp/guzzle": "^6.3|^7.0", - "illuminate/auth": "~5.8.0|^6.0|^7.0|^8.0", - "illuminate/contracts": "~5.8.0|^6.0|^7.0|^8.0", - "illuminate/database": "~5.8.0|^6.0|^7.0|^8.0", - "illuminate/http": "~5.8.0|^6.0|^7.0|^8.0", - "illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0", - "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0" + "illuminate/auth": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/contracts": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "orchestra/testbench": "^4.0|^5.0|^6.0",