Allow also PHPUnit ^5.4.3
... | ... | @@ -18,7 +18,7 @@ |
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^2.0", | ||
"phpunit/phpunit": "^4.8.35 || ^6.0" | ||
"phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment