From 2e7d8202815c116fa4a4f59bb2011961287788a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Iva=C5=9Fcu?= Date: Wed, 9 Feb 2022 12:29:45 +0200 Subject: [PATCH] Laravel 9 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 98717fb..b6822ce 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=7", - "illuminate/support": "^6|^7|^8", - "illuminate/console": "^6|^7|^8", - "symfony/process": "^4|^5" + "illuminate/support": "^6|^7|^8|^9", + "illuminate/console": "^6|^7|^8|^9", + "symfony/process": "^4|^5|^6" }, "autoload": { "psr-4": {