File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
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 : " 7.0-dev"
13
+ COMPOSER_ROOT_VERSION : " 7.0.x -dev"
14
14
15
15
jobs :
16
16
coding-guidelines :
Original file line number Diff line number Diff line change 29
29
},
30
30
"require-dev" : {
31
31
"ext-dom" : " *" ,
32
- "phpunit/phpunit" : " ^11.0 "
32
+ "phpunit/phpunit" : " ^11.3 "
33
33
},
34
34
"autoload" : {
35
35
"classmap" : [
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
processIsolation =" true"
22
25
<ini name =" date.timezone" value =" Etc/UTC" />
23
26
</php >
24
27
25
- <source >
28
+ <source ignoreIndirectDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
26
29
<include >
27
30
<directory >src</directory >
28
31
</include >
You can’t perform that action at this time.
0 commit comments