diff --git a/README.md b/README.md index 81e1173..95ffaf9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 4d08d5e..3884dc5 100644 --- a/composer.json +++ b/composer.json @@ -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": {