Skip to content

Commit

Permalink
Merge pull request #9 from rappasoft/develop
Browse files Browse the repository at this point in the history
PHP8 Support
  • Loading branch information
rappasoft authored Dec 13, 2020
2 parents cb952bd + f58bb13 commit a858cc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit a858cc2

Please sign in to comment.