Skip to content

Commit

Permalink
Composer: improve PHPUnit version constraints
Browse files Browse the repository at this point in the history
... as PHPUnit < 5.7.21 doesn't contain the forward compatibility layer with namespaced classes.
  • Loading branch information
jrfnl authored and grogy committed Dec 16, 2021
1 parent 991c282 commit 7c5bd3f
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 @@ -18,7 +18,7 @@
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"php-parallel-lint/php-parallel-lint": "^1.0",
"php-parallel-lint/php-var-dump-check": "0.*",
"squizlabs/php_codesniffer": "3.*",
Expand Down

0 comments on commit 7c5bd3f

Please sign in to comment.