File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
- LARAVEL_VERSION="^7.0" COMPOSER_FLAGS="--prefer-lowest"
15
15
- LARAVEL_VERSION="^7.0" COMPOSER_FLAGS="--prefer-stable"
16
+ - LARAVEL_VERSION="^8.0" COMPOSER_FLAGS="--prefer-lowest"
17
+ - LARAVEL_VERSION="^8.0" COMPOSER_FLAGS="--prefer-stable"
16
18
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
17
19
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"
18
20
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All Notable changes to `sebastiaanluca/laravel-boolean-dates` will be documented
4
4
5
5
Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
6
6
7
+ ## 5.0.0 (2020-10-19)
8
+
9
+ ### Added
10
+
11
+ - Added support for Laravel 8
12
+
7
13
## 4.0.0 (2020-04-24)
8
14
9
15
### Added
Original file line number Diff line number Diff line change 25
25
],
26
26
"require" : {
27
27
"php" : " ^7.3" ,
28
- "laravel/framework" : " ^7.0" ,
28
+ "laravel/framework" : " ^7.0|^8.0 " ,
29
29
"nesbot/carbon" : " ^1.22|^2.0"
30
30
},
31
31
"require-dev" : {
32
32
"dms/phpunit-arraysubset-asserts" : " ^0.1.0" ,
33
33
"kint-php/kint" : " ^3.3" ,
34
34
"mockery/mockery" : " ^1.3" ,
35
- "orchestra/testbench" : " ^5.1" ,
35
+ "orchestra/testbench" : " ^5.1|^6.0 " ,
36
36
"phpunit/phpunit" : " ^8.5"
37
37
},
38
38
"autoload" : {
You can’t perform that action at this time.
0 commit comments