From e92a8f57b744cd2ff1d038d9e9cb9857d1e7603b Mon Sep 17 00:00:00 2001 From: apiaget Date: Wed, 17 Apr 2024 14:05:56 +0200 Subject: [PATCH] Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 056f631..0ee6bc6 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": ">=7.2.5", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/database": "^4.0|^5.0|^6.0",