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 1313 matrix :
1414 - LARAVEL_VERSION="^7.0" COMPOSER_FLAGS="--prefer-lowest"
1515 - 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"
1618 - LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
1719 - LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"
1820
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
44
55Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
66
7+ ## 5.0.0 (2020-10-19)
8+
9+ ### Added
10+
11+ - Added support for Laravel 8
12+
713## 4.0.0 (2020-04-24)
814
915### Added
Original file line number Diff line number Diff line change 2525 ],
2626 "require" : {
2727 "php" : " ^7.3" ,
28- "laravel/framework" : " ^7.0" ,
28+ "laravel/framework" : " ^7.0|^8.0 " ,
2929 "nesbot/carbon" : " ^1.22|^2.0"
3030 },
3131 "require-dev" : {
3232 "dms/phpunit-arraysubset-asserts" : " ^0.1.0" ,
3333 "kint-php/kint" : " ^3.3" ,
3434 "mockery/mockery" : " ^1.3" ,
35- "orchestra/testbench" : " ^5.1" ,
35+ "orchestra/testbench" : " ^5.1|^6.0 " ,
3636 "phpunit/phpunit" : " ^8.5"
3737 },
3838 "autoload" : {
You can’t perform that action at this time.
0 commit comments