diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bce592..de32d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.0.1] - 14-02-2022 +### Changed +- Laravel 9 compatibility +- PHP 8 support ## [4.0.0] - 13-10-2020 ### Changed - Laravel 8.0 compatibility diff --git a/composer.json b/composer.json index e26be0f..ca50491 100644 --- a/composer.json +++ b/composer.json @@ -10,16 +10,16 @@ ], "minimum-stability": "dev", "require": { - "php": "^7.3", - "illuminate/support": "^5.4|^6.0|^7.0|^8.0", - "illuminate/database": "^5.4|^6.0|^7.0|^8.0", - "illuminate/contracts": "^5.4|^6.0|^7.0|^8.0", - "illuminate/session": "^5.4|^6.0|^7.0|^8.0" + "php": "^7.3|^8.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.4|^4.0|^5.0|^6.0", - "phpunit/phpunit": "^6.0|^7.0|^8.0" + "orchestra/testbench": "^3.4|^4.0|^5.0|^6.0|^7.0", + "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {