From f58bb13c83b14d8f613855464c4ba988a657af9f Mon Sep 17 00:00:00 2001 From: Anthony Rappa Date: Sun, 13 Dec 2020 00:23:31 -0500 Subject: [PATCH] PHP8 Support --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50703b7..ce8d233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `lockout` will be documented in this file ## [Unreleased] +## [3.0.1] - 2020-12-13 + +### Changed + +- PHP8 Support + ## [3.0.0] - 2020-09-13 ### Changed @@ -26,7 +32,8 @@ All notable changes to `lockout` will be documented in this file - Initial release -[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.0...develop +[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.1...develop +[3.0.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.0...v1.0.1 diff --git a/composer.json b/composer.json index dc4a4d8..41f82d0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": {