Skip to content
Snippets Groups Projects
Unverified Commit b8899d87 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Merge branch '5.1'

parents 6af04a16 8cd62c47
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ permissions:
contents: read
env:
COMPOSER_ROOT_VERSION: "6.0-dev"
COMPOSER_ROOT_VERSION: "6.0.x-dev"
jobs:
coding-guidelines:
......
......@@ -30,7 +30,7 @@
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"phpunit/phpunit": "^11.3",
"symfony/process": "^4.2 || ^5"
},
"autoload": {
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment