From 90eb534b12a6110ef785531f5803ede51ef1d1fc Mon Sep 17 00:00:00 2001 From: mazsudo Date: Wed, 19 Apr 2023 13:33:50 +0200 Subject: [PATCH] :sparkles: allow illuminate v9 dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index df03dc8..32db7df 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ "minimum-stability": "dev", "require": { "php": "^7.4|^8.0", - "illuminate/support": "^7.0|^8.0", - "illuminate/http": "^7.0|^8.0", - "illuminate/contracts": "^7.0|^8.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/http": "^7.0|^8.0|^9.0", + "illuminate/contracts": "^7.0|^8.0|^9.0", "guzzlehttp/guzzle": "^7.0", "spatie/data-transfer-object": "^2.0" },