File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ matrix:
36
36
env :
37
37
- LARAVEL_VERSION=^6.0
38
38
- PHPUNIT_VERSION=^8.0
39
- allow_failures :
40
- - php : " 7.3"
41
- env :
42
- - LARAVEL_VERSION=^6.0
43
- - PHPUNIT_VERSION=^8.0
44
39
45
40
install :
46
41
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This project adheres to
3
3
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
4
4
5
- ## Unreleased
5
+ ## [ 1.4.0 ] - 2019-09-04
6
6
7
7
### Added
8
8
- Package now supports Laravel 6.
Original file line number Diff line number Diff line change 78
78
}
79
79
}
80
80
},
81
- "minimum-stability" : " dev " ,
81
+ "minimum-stability" : " stable " ,
82
82
"prefer-stable" : true ,
83
83
"config" : {
84
84
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments