Updated symfony dependencies, avoid conflict with phpunit 3.7 (fixes #86)

This commit is contained in:
Ingo Schommer 2015-07-18 15:14:01 +12:00
parent 88dabf555a
commit ccf9d421c3
1 changed files with 8 additions and 8 deletions

View File

@ -23,14 +23,14 @@
"behat/mink": "1.6.*@stable",
"behat/mink-extension": "1.3.*-dev",
"behat/mink-selenium2-driver": "1.2.*@stable",
"symfony/dom-crawler": "2.6.*@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",
"symfony/dom-crawler": "~2.0",
"symfony/console": "~2.0",
"symfony/config": "~2.0",
"symfony/dependency-injection": "~2.0",
"symfony/event-dispatcher": "~2.0",
"symfony/translation": "~2.0",
"symfony/yaml": "~2.0",
"symfony/finder": "~2.0",
"silverstripe/testsession": "*",
"silverstripe/framework": ">=3.1.0"
},