Updated require-dev to have phpunit at a safe enough version, and updated the...
Updated require-dev to have phpunit at a safe enough version, and updated the documentation to reflect the change. (closes #727)
Showing
... | ... | @@ -42,7 +42,8 @@ |
"twig/twig": ">=1.8.0,<2.0-dev", | ||
"doctrine/dbal": ">=2.2.0,<2.4.0-dev", | ||
"swiftmailer/swiftmailer": "5.*", | ||
"monolog/monolog": "~1.4,>=1.4.1" | ||
"monolog/monolog": "~1.4,>=1.4.1", | ||
"phpunit/phpunit": "~3.7" | ||
}, | ||
"suggest": { | ||
"symfony/browser-kit": ">=2.3,<2.4-dev", | ||
... | ... |
Please register or sign in to comment