Skip to content

Commit

Permalink
Merge pull request #1868 from MasterOdin/phpunit9
Browse files Browse the repository at this point in the history
widen compatible phpunit range
  • Loading branch information
dereuromark committed Aug 20, 2020
2 parents e02c474 + 62234ad commit 61c4710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require-dev": {
"ext-json": "*",
"ext-pdo": "*",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5|^9.3",
"sebastian/comparator": ">=1.2.3",
"cakephp/cakephp-codesniffer": "^3.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
Expand Down

0 comments on commit 61c4710

Please sign in to comment.