diff --git a/CHANGELOG.md b/CHANGELOG.md index f10dfde..c5e654a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-model-cleanup` will be documented in this file +## 3.2.0 - 2020-09-08 + +- add support for PHP 8 + ## 3.1.1 - 2020-09-08 - add support for Laravel 8 diff --git a/composer.json b/composer.json index 8a853c0..cec65a9 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php" : "^7.4|^8.0", - "illuminate/support": "^7.21|^8.0" + "illuminate/support": "^7.28|^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0",