Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanluca committed Aug 11, 2019
2 parents 782f121 + af8385c commit 21bec0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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="5.8.*" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="5.8.*" COMPOSER_FLAGS="--prefer-stable"
- LARAVEL_VERSION="^6.0" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="^6.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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## Unreleased

## 4.0.0 (2019-08-11)

- Add support for Laravel 6.0

## 3.0.0 (2019-03-01)

### Added
Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php": "^7.2",
"laravel/framework": "5.8.*"
"laravel/framework": "5.8.*|^6.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"orchestra/testbench": "3.8.*|^4.0",
"phpunit/phpunit": "^8.2",
"sebastiaanluca/php-codesniffer-ruleset": "^0.3.0"
"sebastiaanluca/php-codesniffer-ruleset": "^0.4.2"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -65,5 +65,7 @@
"SebastiaanLuca\\ConditionalProviders\\ConditionalProvidersServiceProvider"
]
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 21bec0c

Please sign in to comment.