From 5766bddc12121b0c85410cc0f5224d6c142d333d Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Fri, 4 Sep 2020 14:34:51 +0100 Subject: [PATCH] Add support for PHP 8 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- composer.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f43955..4e8ae4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2021-01-05 +### Changed +- Added support for PHP 8 + ## [1.1.0] - 2020-09-04 ### Changed - Added support for Laravel 8 @@ -16,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2020-07-07 - Initial release -[Unreleased]: https://github.com/sprocketbox/eloquent-identity/compare/v1.1.0...master +[Unreleased]: https://github.com/sprocketbox/eloquent-identity/compare/v1.2.0...master +[1.2.0]: https://github.com/sprocketbox/eloquent-identity/releases/tag/v1.2.0 [1.1.0]: https://github.com/sprocketbox/eloquent-identity/releases/tag/v1.1.0 [1.0.0]: https://github.com/sprocketbox/eloquent-identity/releases/tag/v1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index 7b25938..0baf816 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License](https://poser.pugx.org/sprocketbox/eloquent-identity/license.png)](https://packagist.org/packages/sprocketbox/eloquent-identity) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sprocketbox/eloquent-identity/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sprocketbox/eloquent-identity/?branch=master) -- **Laravel**: 7 +- **Laravel**: 7+ - **PHP**: 7.4+ - **License**: MIT - **Author**: Ollie Read diff --git a/composer.json b/composer.json index c3c5870..8809671 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } }, "require": { - "php": "^7.4", + "php": "^7.4 | ^8.0", "laravel/framework": "^7 || ^8" }, "extra": {