Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Allow installation under PHPUnit 9 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 19, 2020
1 parent fa60f6e commit 0e3754f
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 @@ -11,7 +11,7 @@
],
"require": {
"php": "^5.5 || ^7.0 || ^8.0",
"phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0 || ^8.0"
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.0 || ^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
Expand Down

0 comments on commit 0e3754f

Please sign in to comment.