Specify known-working version of stable dependency for php 5.3.3

This commit is contained in:
Damian Mooyman 2015-05-06 13:47:17 +12:00
parent 62637c6197
commit 3ffb303a0b

View File

@ -19,7 +19,8 @@
"php": ">=5.3.2",
"composer/installers": "*",
"silverstripe/framework": "~3.1",
"guzzle/guzzle": "~3.9"
"guzzle/guzzle": "~3.9",
"symfony/event-dispatcher": "~2.6.0@stable"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"