Remove PHPUnit as a development dependency
This will make it more inline with how Symfony uses PHPUnit and already considers this a tool installed when developing. for reference as PR that rejects having phpunit as dependency in symfony https://github.com/symfony/symfony/issues/12136
Showing
... | ... | @@ -43,8 +43,7 @@ |
"twig/twig": ">=1.8.0,<2.0-dev", | ||
"doctrine/dbal": "~2.2", | ||
"swiftmailer/swiftmailer": "5.*", | ||
"monolog/monolog": "~1.4,>=1.4.1", | ||
"phpunit/phpunit": "~3.7" | ||
"monolog/monolog": "~1.4,>=1.4.1" | ||
}, | ||
"suggest": { | ||
"symfony/browser-kit": ">=2.3,<2.6-dev", | ||
... | ... |
Please register or sign in to comment