Skip to content

Commit 2785991

Browse files
committed
PHPUnit 5.7 is the last one to be compatible with PHP 5.6
Indeed, PHPUnit 6 requires at least PHP 7
1 parent 3fd4f47 commit 2785991

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
@@ -26,7 +26,7 @@
2626
"paragonie/random_compat": "^2.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^9.5"
29+
"phpunit/phpunit": "^5.7"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)