Text
Text copied to clipboard
Add PHPUnit to composer.json
Is there any reason not to add PHPUnit to composer.json?
"require-dev": {
"phpunit/phpunit": "^5.7"
}