Limit symfony deps to 2.6 for PHP 5.3 compat

This commit is contained in:
Ingo Schommer 2015-04-07 23:46:18 +12:00
parent b2a3fda54c
commit cc6aa5cd46
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@
"behat/mink-extension": "1.3.*-dev",
"behat/mink-selenium2-driver": "1.2.*@stable",
"symfony/dom-crawler": "*@stable",
"symfony/console": "2.6.*@stable",
"symfony/config": "2.6.*@stable",
"symfony/dependency-injection": "2.6.*@stable",
"symfony/event-dispatcher": "2.6.*@stable",
"symfony/translation": "2.6.*@stable",
"symfony/yaml": "2.6.*@stable",
"symfony/finder": "2.6.*@stable",
"silverstripe/testsession": "*",
"silverstripe/framework": ">=3.1.0"
},