Skip to content

Commit

Permalink
Allow PHPUnit 9.3
Browse files Browse the repository at this point in the history
That version is compatible with PHP 8
  • Loading branch information
greg0ire committed Sep 26, 2020
1 parent 379bf70 commit 9090cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
"ocramius/proxy-manager": "^2.1",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5 || ^9.3",
"symfony/phpunit-bridge": "^4.2",
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
Expand Down

0 comments on commit 9090cdf

Please sign in to comment.