summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-29 08:44:41 +0100
committerRemi Collet <remi@php.net>2023-12-29 08:44:41 +0100
commit9f7ee1b5d645178bbaaf13f8e0d07ac209a23be4 (patch)
treea4d45e359c6cfc779801475a482d21a0751afd1d /composer.json
parent64d00023857a9b044830e09367c0038cf9a5194c (diff)
update to 3.43.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 989f20f..4f93cd1 100644
--- a/composer.json
+++ b/composer.json
@@ -46,7 +46,7 @@
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
- "phpunit/phpunit": "^9.6",
+ "phpunit/phpunit": "^9.6 || ^10.5.5",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
@@ -124,7 +124,7 @@
],
"test:coverage": [
"Composer\\Config::disableProcessTimeout",
- "paraunit coverage --testsuite unit --exclude-group covers-nothing"
+ "@composer show facile-it/paraunit ^2 && (paraunit coverage --testsuite unit --pass-through=--exclude-group=covers-nothing) || (paraunit coverage --testsuite unit --exclude-group covers-nothing)"
],
"test:integration": [
"Composer\\Config::disableProcessTimeout",