File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ checks:
20
20
tools :
21
21
external_code_coverage :
22
22
timeout : 600
23
- runs : 3
23
+ runs : 4
24
24
25
25
build :
26
26
nodes :
Original file line number Diff line number Diff line change 8
8
env : LARAVEL_VERSION="^7.0"
9
9
- php : " 8.0"
10
10
env : LARAVEL_VERSION="^8.0"
11
+ - php : " 8.0"
12
+ env : LARAVEL_VERSION="^9.0"
11
13
12
14
sudo : false
13
15
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ * Added support for Laravel 9.
12
+
9
13
### Fixed
10
14
11
15
* Temporarily suppress PHP 8.1 notices about inconsistencies with interfaces.
Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"php" : " ^7.3|^8.0" ,
7
7
"ext-json" : " *" ,
8
- "illuminate/contracts" : " ^6.0|^7.0|^8.0" ,
8
+ "illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0 " ,
9
9
"php-http/discovery" : " ^1.0" ,
10
10
"psr/http-client" : " ^1.0" ,
11
11
"psr/http-client-implementation" : " ^1.0" ,
12
12
"psr/http-factory" : " ^1.0" ,
13
13
"psr/http-factory-implementation" : " ^1.0" ,
14
14
"psr/http-message" : " ^1.0" ,
15
- "swisnl/illuminate-collections" : " ^6.0|^7.0|^8.0"
15
+ "swisnl/illuminate-collections" : " ^6.0|^7.0|^8.0|^9.0 "
16
16
},
17
17
"require-dev" : {
18
18
"friendsofphp/php-cs-fixer" : " ^3.0" ,
58
58
"branch-alias" : {
59
59
"dev-master" : " 2.0.x-dev"
60
60
}
61
- }
61
+ },
62
+ "minimum-stability" : " dev" ,
63
+ "prefer-stable" : true
62
64
}
You can’t perform that action at this time.
0 commit comments