Skip to content

Commit ce1472a

Browse files
committed
Fix #178
1 parent cadd620 commit ce1472a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crestapps/laravel-code-generator",
33
"license": "MIT",
44
"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.",
5-
"version": "v2.4.6",
5+
"version": "v2.4.7",
66
"keywords": [
77
"laravel","crud","crud generator",
88
"laravel crud generator","laravel crud builder",
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"laravel/framework": "~5.1"
23+
"laravel/framework": ">=5.1"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit" : "^5.0||^6.0||^7.0",

0 commit comments

Comments
 (0)