Skip to content

Commit 50d858d

Browse files
Merge branch '4.1'
2 parents 118cfaa + 99960bb commit 50d858d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
name: "CI"
88

99
env:
10-
COMPOSER_ROOT_VERSION: "5.0-dev"
10+
COMPOSER_ROOT_VERSION: "5.0.x-dev"
1111

1212
permissions:
1313
contents: read

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"php": ">=8.2"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^11.0"
34+
"phpunit/phpunit": "^11.3"
3535
},
3636
"autoload": {
3737
"classmap": [

phpunit.xml

Lines changed: 3 additions & 0 deletions
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)