Skip to content

Commit

Permalink
Allow using PHPUnit 8.5 for PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored May 17, 2024
1 parent 1794203 commit f1b9492
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 @@ -32,6 +32,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^10.1"
"phpunit/phpunit": "^8.5 || ^9.3 || ^10.1"
}
}

0 comments on commit f1b9492

Please sign in to comment.