Skip to content

Commit

Permalink
Require PHPUnit 10.1 due to sebastianbergmann/phpunit#5201
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Feb 19, 2023
1 parent 459dde0 commit 82496bf
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 @@ -16,7 +16,7 @@
"require": {
"php": "^7.3 || ^8",
"phpspec/prophecy": "dev-allow-sebastian-comparator-5 as 1.15",
"phpunit/phpunit":"^9.1 || ^10.0"
"phpunit/phpunit":"^9.1 || 10.1.x-dev"
},
"repositories": [
{
Expand Down

0 comments on commit 82496bf

Please sign in to comment.