From d2aba1e3a558d5c73454048a027e772e68e494b2 Mon Sep 17 00:00:00 2001 From: Diego <38525542+diereysaa@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:48:30 +0200 Subject: [PATCH] Update to Laravel 11 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bd5a0c1..34b659a 100755 --- a/composer.json +++ b/composer.json @@ -12,8 +12,9 @@ "require": { "php": "^7.0|^8.0", "webpatser/laravel-uuid": "^3.0|^4.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" + "illuminate/database": "^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/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "classmap": [ "database/migrations"