diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index d627882..d2d41bd 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ }, "require-dev": { - "symfony/yaml": "~2.3|~3", - "symfony/phpunit-bridge": "~2.7|~3", + "symfony/yaml": "~2.3|~3|~4", + "symfony/phpunit-bridge": "~2.7|~3|~4", "phpunit/phpunit": "~4.5|~5" }, |