diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc3e7d..5558c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `simple-recaptcha-v3` will be documented in this file +## 1.3.0 - 2020-09-09 + +### Features +- Add Laravel 8 support [495a3aa](https://github.com/torralbodavid/simple-recaptcha-v3/commit/495a3aaa7750dce060239c86599c395a682269a1) + ## 1.2.2 - 2020-09-03 ### Updates diff --git a/composer.json b/composer.json index 8e21070..85ee15b 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "php": "^7.3", - "illuminate/support": "^6.6.2|^7.0" + "illuminate/support": "^6.6.2|^7.0|^8.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^4.0|^5.0|^6.0", + "phpunit/phpunit": "^9.3" }, "autoload": { "psr-4": {