-
- Downloads
Downgrade phpunit to 4.8.x.
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
"symfony/http-kernel": "^3.4" | "symfony/http-kernel": "^3.4" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~5.7", | "phpunit/phpunit": "~4.8", | ||
"mikey179/vfsStream": "~1.6", | "mikey179/vfsStream": "~1.6", | ||
"friendsofphp/php-cs-fixer": "^2.2" | "friendsofphp/php-cs-fixer": "^2.2" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment