From ce1472ab5379d38ed0c17044afe84d0d6eccacda Mon Sep 17 00:00:00 2001 From: CrestApps Date: Mon, 29 Nov 2021 08:26:31 -0800 Subject: [PATCH] Fix #178 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e66d6c..62789d6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "crestapps/laravel-code-generator", "license": "MIT", "description": "An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.", - "version": "v2.4.6", + "version": "v2.4.7", "keywords": [ "laravel","crud","crud generator", "laravel crud generator","laravel crud builder", @@ -20,7 +20,7 @@ } ], "require": { - "laravel/framework": "~5.1" + "laravel/framework": ">=5.1" }, "require-dev": { "phpunit/phpunit" : "^5.0||^6.0||^7.0",