From 65bf42a09de08bf0ae7fc6b2e4688ad874235ca6 Mon Sep 17 00:00:00 2001 From: Tan-Nc Date: Sat, 9 Jul 2022 17:09:43 +0700 Subject: [PATCH] Upgrade support for laravel 9+ --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2d96982..40483ba 100644 --- a/composer.json +++ b/composer.json @@ -3,13 +3,13 @@ "description": "A simple package to create a make:repository, make:service command for Laravel 8+", "type": "library", "require": { - "illuminate/http": "~5.0|~6.0|~7.0|~8.0", - "illuminate/config": "~5.0|~6.0|~7.0|~8.0", - "illuminate/support": "~5.0|~6.0|~7.0|~8.0", - "illuminate/database": "~5.0|~6.0|~7.0|~8.0", - "illuminate/pagination": "~5.0|~6.0|~7.0|~8.0", - "illuminate/console": "~5.0|~6.0|~7.0|~8.0", - "illuminate/filesystem": "~5.0|~6.0|~7.0|~8.0" + "illuminate/http": "~5.0|~6.0|~7.0|~8.0|~9.0", + "illuminate/config": "~5.0|~6.0|~7.0|~8.0|~9.0", + "illuminate/support": "~5.0|~6.0|~7.0|~8.0|~9.0", + "illuminate/database": "~5.0|~6.0|~7.0|~8.0|~9.0", + "illuminate/pagination": "~5.0|~6.0|~7.0|~8.0|~9.0", + "illuminate/console": "~5.0|~6.0|~7.0|~8.0|~9.0", + "illuminate/filesystem": "~5.0|~6.0|~7.0|~8.0|~9.0" }, "license": "MIT", "authors": [