diff --git a/CHANGELOG.md b/CHANGELOG.md index f553716..a097e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to laravel-glide will be documented in this file. +## 3.2.2 - 2019-02-27 +- support for Laravel 5.8 + ## 3.2.2 - 2018-08-28 - support for Laravel 5.7 diff --git a/composer.json b/composer.json index eb395c3..b3d771c 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,13 @@ ], "require": { "php": "^7.0", - "laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0", + "laravel/framework": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0", "league/glide": "^1.0" }, "require-dev": { "phpunit/phpunit": "6.*|7.*", - "orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0" + "orchestra/testbench": "~3.3.0|~3.4.0|~3.5.0|~3.6.0|~3.7.0|~5.8.0" }, "autoload": { "psr-4": {