Skip to content

Commit 7c5bd3f

Browse files
jrfnlgrogy
authored andcommitted
Composer: improve PHPUnit version constraints
... as PHPUnit < 5.7.21 doesn't contain the forward compatibility layer with namespaced classes.
1 parent 991c282 commit 7c5bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=5.3.2"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^4.8.36 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
21+
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
2222
"php-parallel-lint/php-parallel-lint": "^1.0",
2323
"php-parallel-lint/php-var-dump-check": "0.*",
2424
"squizlabs/php_codesniffer": "3.*",

0 commit comments

Comments
 (0)