minor #1039 Remove PHPUnit as a development dependency (henrikbjorn)
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1039). Discussion ---------- 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 Commits ------- 62b0fa70 Remove PHPUnit as a development dependency
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