File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
contents : read
11
11
12
12
env :
13
- COMPOSER_ROOT_VERSION : " 6.0-dev"
13
+ COMPOSER_ROOT_VERSION : " 6.0.x -dev"
14
14
15
15
jobs :
16
16
coding-guidelines :
Original file line number Diff line number Diff line change 30
30
"php" : " >=8.2"
31
31
},
32
32
"require-dev" : {
33
- "phpunit/phpunit" : " ^11.0 " ,
33
+ "phpunit/phpunit" : " ^11.3 " ,
34
34
"symfony/process" : " ^4.2 || ^5"
35
35
},
36
36
"autoload" : {
Original file line number Diff line number Diff line change 4
4
bootstrap =" vendor/autoload.php"
5
5
cacheDirectory =" .phpunit.cache"
6
6
executionOrder =" depends,defects"
7
+ shortenArraysForExportThreshold =" 10"
7
8
requireCoverageMetadata =" true"
8
9
beStrictAboutCoverageMetadata =" true"
9
10
beStrictAboutOutputDuringTests =" true"
11
+ displayDetailsOnPhpunitDeprecations =" true"
12
+ failOnPhpunitDeprecation =" true"
10
13
failOnRisky =" true"
11
14
failOnWarning =" true"
12
15
colors =" true" >
You can’t perform that action at this time.
0 commit comments