From 9b65d3e93b9a0cd4ef8ef6ab0b19d13d3079201a Mon Sep 17 00:00:00 2001 From: Vladimir Andronov Date: Wed, 24 Apr 2024 13:55:59 +0300 Subject: [PATCH] Add support for Laravel 9, 10 & 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 07d43c1..bc87351 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,10 @@ "type": "library", "require": { "ext-json": "*", - "illuminate/console": "^6.0|^7.0|^8.0", - "illuminate/filesystem": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", - "illuminate/translation": "^6.0|^7.0|^8.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/translation": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "loco/loco": "^2.0.0" }, "require-dev": {