Skip to content

Commit a858cc2

Browse files
authored
Merge pull request #9 from rappasoft/develop
PHP8 Support
2 parents cb952bd + f58bb13 commit a858cc2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `lockout` will be documented in this file
44

55
## [Unreleased]
66

7+
## [3.0.1] - 2020-12-13
8+
9+
### Changed
10+
11+
- PHP8 Support
12+
713
## [3.0.0] - 2020-09-13
814

915
### Changed
@@ -26,7 +32,8 @@ All notable changes to `lockout` will be documented in this file
2632

2733
- Initial release
2834

29-
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.0...develop
35+
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.1...develop
36+
[3.0.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.0...v3.0.1
3037
[3.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v2.0.0...v3.0.0
3138
[2.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.1...v2.0.0
3239
[1.0.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.0...v1.0.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3",
21+
"php": "^7.3|^8.0",
2222
"illuminate/support": "^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)