From 6a7e4b5f39c6b699de20d2f307db072ef7afa985 Mon Sep 17 00:00:00 2001 From: Edsardio Date: Wed, 9 Feb 2022 09:44:16 +0100 Subject: [PATCH] laravel 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index dd061df..b1e64db 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ } ], "require": { - "illuminate/support": "^5|^6|^7|^8", - "illuminate/console": "^5|^6|^7|^8", - "illuminate/filesystem": "^5|^6|^7|^8" + "illuminate/support": "^5|^6|^7|^8|^9", + "illuminate/console": "^5|^6|^7|^8|^9", + "illuminate/filesystem": "^5|^6|^7|^8|^9" }, "autoload": { "psr-4": {