Skip to content

Commit

Permalink
Merge branch 'release/5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanluca committed Oct 19, 2020
2 parents ec77fa2 + 9c30739 commit 729a851
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
matrix:
- LARAVEL_VERSION="^7.0" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="^7.0" COMPOSER_FLAGS="--prefer-stable"
- LARAVEL_VERSION="^8.0" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="^8.0" COMPOSER_FLAGS="--prefer-stable"
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
- LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All Notable changes to `sebastiaanluca/laravel-boolean-dates` will be documented

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 5.0.0 (2020-10-19)

### Added

- Added support for Laravel 8

## 4.0.0 (2020-04-24)

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
],
"require": {
"php": "^7.3",
"laravel/framework": "^7.0",
"laravel/framework": "^7.0|^8.0",
"nesbot/carbon": "^1.22|^2.0"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.1.0",
"kint-php/kint": "^3.3",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.1",
"orchestra/testbench": "^5.1|^6.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
Expand Down

0 comments on commit 729a851

Please sign in to comment.