Fixed the syntax of a composer.json file

This commit is contained in:
Graham Campbell 2014-11-30 15:11:35 +00:00
parent 6945a2a15a
commit 0f8547af4b

View File

@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.3.3",
"symfony/dependency-injection" : "~2.2",
"symfony/config" : "~2.2",
"symfony/dependency-injection": "~2.2",
"symfony/config": "~2.2",
"symfony/event-dispatcher": "~2.1",
"symfony/http-kernel": "~2.3",
"symfony/filesystem": "~2.3",