File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010 contents : read
1111
1212env :
13- COMPOSER_ROOT_VERSION : " 6.0-dev"
13+ COMPOSER_ROOT_VERSION : " 6.0.x -dev"
1414
1515jobs :
1616 coding-guidelines :
Original file line number Diff line number Diff line change 3030 "php" : " >=8.2"
3131 },
3232 "require-dev" : {
33- "phpunit/phpunit" : " ^11.0 " ,
33+ "phpunit/phpunit" : " ^11.3 " ,
3434 "symfony/process" : " ^4.2 || ^5"
3535 },
3636 "autoload" : {
Original file line number Diff line number Diff line change 44 bootstrap =" vendor/autoload.php"
55 cacheDirectory =" .phpunit.cache"
66 executionOrder =" depends,defects"
7+ shortenArraysForExportThreshold =" 10"
78 requireCoverageMetadata =" true"
89 beStrictAboutCoverageMetadata =" true"
910 beStrictAboutOutputDuringTests =" true"
11+ displayDetailsOnPhpunitDeprecations =" true"
12+ failOnPhpunitDeprecation =" true"
1013 failOnRisky =" true"
1114 failOnWarning =" true"
1215 colors =" true" >
You can’t perform that action at this time.
0 commit comments