diff --git a/.travis.yml b/.travis.yml index fab9eef..8163745 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: php php: - - 7.2 + - 7.3 + - 7.4 sudo: false diff --git a/README.md b/README.md index 20c9b83..9bca271 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ This package contains some useful Artisan commands. ## Requirements -This version is compatible with Laravel >= 6.0. +This version is compatible with Laravel 7.0 and PHP >= 7.3. + +For Laravel >= 6.0 and < 7.0 please use 2.* version. For Laravel >= 5.7 and < 6.0 please use 1.* version. @@ -19,7 +21,7 @@ For Laravel >=5.5.0 and < 5.7 please use 0.3 version. In your terminal: ```sh -composer install novius/laravel-artisan-commands "^2.0" +composer install novius/laravel-artisan-commands ``` Then, if you are on Laravel 5.4 (no need for Laravel 5.5 and higher), register the service provider to your `config/app.php` file: diff --git a/composer.json b/composer.json index d13d6f9..63d0f57 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ } ], "require": { - "php": "^7.2", - "laravel/framework": "~6.0" + "php": "^7.3", + "laravel/framework": "~7.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.8.0", + "friendsofphp/php-cs-fixer": "^2.16.1", "phpunit/phpunit": "^8.0", - "orchestra/testbench": "~3.9" + "orchestra/testbench": "~5.1.0" }, "autoload": { "psr-4": {