Skip to content

Commit b8899d8

Browse files
Merge branch '5.1'
2 parents 6af04a1 + 8cd62c4 commit b8899d8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
env:
13-
COMPOSER_ROOT_VERSION: "6.0-dev"
13+
COMPOSER_ROOT_VERSION: "6.0.x-dev"
1414

1515
jobs:
1616
coding-guidelines:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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": {

phpunit.xml

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
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">

0 commit comments

Comments
 (0)