diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c732d..bc8e3a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,5 +8,7 @@ - laravel 5.6 compatible ## v1.4 (2018-07-10) - laravel 5.7 compatible +## v1.4 (2018-07-22) +- laravel 5.8 compatible diff --git a/composer.json b/composer.json index 289df7d..997b0dd 100644 --- a/composer.json +++ b/composer.json @@ -13,13 +13,13 @@ ], "require": { "php": "^7.0", - "illuminate/support": "5.7.*", - "illuminate/console": "5.7.*", - "illuminate/filesystem": "5.7.*" + "illuminate/support": "5.8.*", + "illuminate/console": "5.8.*", + "illuminate/filesystem": "5.8.*" }, "require-dev": { "phpunit/phpunit" : "~7.0", - "orchestra/testbench": "3.6.*", + "orchestra/testbench": "3.8.*", "mockery/mockery": "~1", "fzaninotto/faker": "~1.4" },