Skip to content

Commit

Permalink
make phpunit 8.4 the minimum phpunit version because this is the vers…
Browse files Browse the repository at this point in the history
…ion that added expectError()

sebastianbergmann/phpunit#3775
  • Loading branch information
Zae committed Dec 20, 2020
1 parent d773ac3 commit 4037319
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 @@ -22,7 +22,7 @@
},
"require-dev": {
"simpletest/simpletest": "^1.2.0",
"phpunit/phpunit": "^8.0 | ^9.0",
"phpunit/phpunit": "^8.4 | ^9.0",
"mockery/mockery": "^1.3",
"vimeo/psalm": "^3.11",
"pear/net_idna2": "^0.2.0",
Expand Down

0 comments on commit 4037319

Please sign in to comment.