From 138a47bed7089bf88efa03cf0e811d9333931260 Mon Sep 17 00:00:00 2001 From: "Gabriel R. Barbosa" <12158575+gabrielrbarbosa@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:43:35 -0300 Subject: [PATCH] feat: Add Laravel 11 Support (#812) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index da355f90..82526415 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "ext-pdo": "*", "erusev/parsedown": "1.7.4", "fakerphp/faker": "^1.9.1", - "illuminate/console": "^8.0|^9.0|^10.0", - "illuminate/routing": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0|^11.0", + "illuminate/routing": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", "league/flysystem": "^1.1.4|^2.1.1|^3.0", "mpociot/reflection-docblock": "^1.0.1", "nikic/php-parser": "^5.0",