Explorar o código

feat: Add Laravel 11 Support (#812)

Gabriel R. Barbosa hai 1 ano
pai
achega
138a47bed7
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      composer.json

+ 3 - 3
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",