Skip to content

Commit 6af5a64

Browse files
Fix compatibility to PHPUnit 9 (#464)
1 parent d2d7b1d commit 6af5a64

File tree

6 files changed

+2119
-1964
lines changed

6 files changed

+2119
-1964
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@
2525
},
2626
"require-dev": {
2727
"ext-pcov": "*",
28+
"phpunit/phpunit": "^8.5.14|^9.0|^10.0",
2829
"openlss/lib-array2xml": "^1.0",
2930
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0|^6.0"
3031
},
32+
"conflict": {
33+
"phpunit/phpunit": "<8.0, >=11.0"
34+
},
3135
"suggest": {
3236
"openlss/lib-array2xml": "In order ot use Coduo\\PHPMatcher\\Matcher\\XmlMatcher",
3337
"symfony/expression-language" : "In order to use Coduo\\PHPMatcher\\Matcher\\ExpressionMatcher"
@@ -60,7 +64,7 @@
6064
"tools\/vendor\/bin\/php-cs-fixer fix --using-cache=no"
6165
],
6266
"test" : [
63-
"tools\/vendor\/bin\/phpunit"
67+
"vendor\/bin\/phpunit"
6468
],
6569
"test:mutation": [
6670
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)