Skip to content

Commit

Permalink
Fix compatibility to PHPUnit 9 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Mar 27, 2023
1 parent d2d7b1d commit 6af5a64
Show file tree
Hide file tree
Showing 6 changed files with 2,119 additions and 1,964 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
},
"require-dev": {
"ext-pcov": "*",
"phpunit/phpunit": "^8.5.14|^9.0|^10.0",
"openlss/lib-array2xml": "^1.0",
"symfony/expression-language": "^2.3|^3.0|^4.0|^5.0|^6.0"
},
"conflict": {
"phpunit/phpunit": "<8.0, >=11.0"
},
"suggest": {
"openlss/lib-array2xml": "In order ot use Coduo\\PHPMatcher\\Matcher\\XmlMatcher",
"symfony/expression-language" : "In order to use Coduo\\PHPMatcher\\Matcher\\ExpressionMatcher"
Expand Down Expand Up @@ -60,7 +64,7 @@
"tools\/vendor\/bin\/php-cs-fixer fix --using-cache=no"
],
"test" : [
"tools\/vendor\/bin\/phpunit"
"vendor\/bin\/phpunit"
],
"test:mutation": [
"Composer\\Config::disableProcessTimeout",
Expand Down
Loading

0 comments on commit 6af5a64

Please sign in to comment.