Skip to content

Commit

Permalink
Composer: no need to allow PHPUnit 7.x
Browse files Browse the repository at this point in the history
PHPUnit 8.x has a minimum supported version of PHP 7.2, so there is no need to include PHPUnit 7.x in the allowed versions.
  • Loading branch information
jrfnl committed Oct 3, 2023
1 parent 4b66a52 commit 2adac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"phpstan/phpstan-deprecation-rules": "1.1.4",
"phpstan/phpstan-phpunit": "1.3.14",
"phpstan/phpstan-strict-rules": "1.5.1",
"phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.3.2"
"phpunit/phpunit": "8.5.21|9.6.8|10.3.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2adac04

Please sign in to comment.