Skip to content

Commit

Permalink
=Fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Nov 6, 2019
1 parent a643542 commit 9c0c2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"version": "v2.4.1",
"keywords": [
"laravel","crud","crud generator",
"laravel crud generator","laravel crud builder",
Expand All @@ -20,7 +20,7 @@
}
],
"require": {
"laravel/framework": "~5.1"
"laravel/framework": ">=5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9c0c2b3

Please sign in to comment.