diff --git a/CHANGELOG.md b/CHANGELOG.md index f3763db..f96a21b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `laravel-ip-middleware` will be documented in this file +## 1.8.0 - 2023-04-11 + +- Laravel 10 support +- Dropped Laravel 6 and 7 support +- Dropped PHP 7 support + ## 1.7.0 - 2022-07-05 - Laravel 9 support diff --git a/composer.json b/composer.json index 33bfddc..638806a 100755 --- a/composer.json +++ b/composer.json @@ -21,14 +21,14 @@ } ], "require": { - "php": "^7.2|^8.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "php": "^8.0", + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/http": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0|^6.0", - "phpunit/phpunit": "^8.0|^9.0" + "orchestra/testbench": "^5.0|^6.0|^7.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {