Merge branch '5.1'

This commit is contained in:
Sebastian Bergmann 2024-09-07 14:42:51 +02:00
commit 575f0d2296
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
3 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
name: "CI"
env:
COMPOSER_ROOT_VERSION: "6.1-dev"
COMPOSER_ROOT_VERSION: "6.1.x-dev"
permissions:
contents: read

View File

@ -44,7 +44,7 @@
"sebastian/recursion-context": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
"phpunit/phpunit": "^11.3"
},
"autoload": {
"classmap": [

View File

@ -4,9 +4,12 @@
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
displayDetailsOnPhpunitDeprecations="true"
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true"
colors="true">
@ -16,7 +19,7 @@
</testsuite>
</testsuites>
<source>
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
</include>