Skip to content

Commit

Permalink
Fix #177
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Oct 18, 2021
1 parent 648cbb3 commit cadd620
Show file tree
Hide file tree
Showing 2 changed files with 3 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.5",
"version": "v2.4.6",
"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"

This comment has been minimized.

Copy link
@marco-acorte

marco-acorte Nov 29, 2021

this change break updating laravel apps 6.x, 8.x ... see #178

},
"require-dev": {
"phpunit/phpunit" : "^5.0||^6.0||^7.0",
Expand Down
1 change: 1 addition & 0 deletions src/Traits/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use App;
use RecursiveDirectoryIterator;
use RecursiveIteratorIterator;
use CrestApps\CodeGenerator\Support\Str;

trait Migration
{
Expand Down

0 comments on commit cadd620

Please sign in to comment.