Merge pull request #8 from tractorcow/pulls/lock-dispatcher

Specify known-working version of stable dependency for php 5.3.3
This commit is contained in:
Christopher Pitt 2015-05-06 13:52:51 +12:00
commit adb71a7823

View File

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