Rétrograde phpunit en 7.5 pour rester compatible avec PHP 7.1.
Showing
+2 -2
... | ... | @@ -18,7 +18,7 @@ |
}, | ||
"require-dev": { | ||
"mikey179/vfsstream": "^1.6", | ||
"phpunit/phpunit": "^8.5" | ||
"phpunit/phpunit": "^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment