Skip to content

Commit

Permalink
Update for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed May 4, 2020
1 parent 095ce3b commit d4ab935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ $migrations = Migration::listFiles(true);
* MIT, see [LICENSE](https://github.com/repat/laravel-migration-model/blob/master/LICENSE)

## Version
* Version 0.2.2
* Version 0.3

## Contact
#### repat
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,13 +4,13 @@
"keywords": ["laravel", "eloquent", "migrations", "model", "migration", "artisan"],
"homepage": "https://repat.de",
"license": "MIT",
"version" : "0.2.2",
"version" : "0.3",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"php": ">=5.6",
"laravel/framework": "^5.0 | ^6.0"
"laravel/framework": "^5.0 | ^6.0 | ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d4ab935

Please sign in to comment.