Merge pull request #227 from Soullivaneuh/patch-1

Allow Symfony 3.0
This commit is contained in:
Christophe Coevoet
2015-12-21 12:03:47 +01:00

View File

@@ -20,7 +20,7 @@
"php": ">=5.3.2",
"behat/behat": "~3.0,>=3.0.5",
"behat/mink": "~1.5",
"symfony/config": "~2.2"
"symfony/config": "~2.2|~3.0"
},
"require-dev": {