File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `lockout` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 3.0.1] - 2020-12-13
8
+
9
+ ### Changed
10
+
11
+ - PHP8 Support
12
+
7
13
## [ 3.0.0] - 2020-09-13
8
14
9
15
### Changed
@@ -26,7 +32,8 @@ All notable changes to `lockout` will be documented in this file
26
32
27
33
- Initial release
28
34
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
30
37
[ 3.0.0 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v2.0.0...v3.0.0
31
38
[ 2.0.0 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.1...v2.0.0
32
39
[ 1.0.1 ] : https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^7.3" ,
21
+ "php" : " ^7.3|^8.0 " ,
22
22
"illuminate/support" : " ^6.0|^7.0|^8.0"
23
23
},
24
24
"require-dev" : {
You can’t perform that action at this time.
0 commit comments