Update to composer.json to correct indentation.

swiftmailer was added automatically by PHPStorm and the indentation didn't match the rest of the file.
This commit is contained in:
Steve B 2013-06-05 09:53:32 +02:00
parent 84370038aa
commit ab81c75e95

View file

@ -33,6 +33,6 @@
"symfony/yaml" : "2.2.x-dev",
"symfony/console" : "2.2.*",
"fabpot/php-cs-fixer" : "0.3.*@dev",
"swiftmailer/swiftmailer": "v5.0.0"
"swiftmailer/swiftmailer" : "v5.0.0"
}
}