Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add support for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Jan 5, 2021
1 parent 0734abe commit 5766bdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"require": {
"php": "^7.4",
"php": "^7.4 | ^8.0",
"laravel/framework": "^7 || ^8"
},
"extra": {
Expand Down

0 comments on commit 5766bdd

Please sign in to comment.