Skip to content

Commit 729a851

Browse files
Merge branch 'release/5.0.0'
2 parents ec77fa2 + 9c30739 commit 729a851

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ env:
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All Notable changes to `sebastiaanluca/laravel-boolean-dates` will be documented
44

55
Updates 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
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": {

0 commit comments

Comments
 (0)