diff --git a/.travis.yml b/.travis.yml index af4f4fe..df72bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.1 - 7.2 - 7.3 - nightly @@ -16,4 +15,4 @@ before_script: - travis_retry composer update --no-interaction --prefer-source script: - - vendor/bin/phpunit \ No newline at end of file + - vendor/bin/phpunit diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6a99b..fffe806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-duplicate` will be documented in this file +## 3.0.0 - 2019/13/11 + +- Support Laravel 6.0 + ## 2.1.0 - 2019/22/03 - Support Laravel 5.8 @@ -15,4 +19,4 @@ All notable changes to `laravel-duplicate` will be documented in this file ## 1.0.0 - 2018/12/28 -- Initial release \ No newline at end of file +- Initial release diff --git a/composer.json b/composer.json index 2400dbb..0ab1c8b 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ } ], "require": { - "php": "^7.1.3", - "illuminate/contracts": "~5.7.0|~5.8.0", - "illuminate/support": "~5.7.0|~5.8.0", - "illuminate/database": "~5.7.0|~5.8.0" + "php": "^7.2", + "illuminate/contracts": "^6.0", + "illuminate/support": "^6.0", + "illuminate/database": "^6.0" }, "require-dev": { - "orchestra/testbench": "~3.7.0|~3.8.0", + "orchestra/testbench": "^4.0", "phpunit/phpunit": "~7.0|^8.0" }, "autoload": {