diff --git a/.travis.yml b/.travis.yml index 3b86e99..7d0edd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 7.2 + - 7.3 env: matrix: diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a80cd..3f4e968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-demo-mode` will be documented in this file +## 2.5.0 - 2019-04-09 + +- make compatible with Laravel 6 + ## 2.4.0 - 2018-02-27 - drop support for PHP 7.1 diff --git a/composer.json b/composer.json index 9572e47..22415f0 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { "php" : "^7.2", - "illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0" + "illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0|^6.0" }, "require-dev": { - "orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0", + "orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0|^4.0", "phpunit/phpunit": "^8.0" }, "autoload": {