From ab81c75e95ba86f1ecd43501c1c66a4aaee6072f Mon Sep 17 00:00:00 2001 From: Steve B Date: Wed, 5 Jun 2013 09:53:32 +0200 Subject: [PATCH] Update to composer.json to correct indentation. swiftmailer was added automatically by PHPStorm and the indentation didn't match the rest of the file. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d034e3c5..a4424830 100644 --- a/composer.json +++ b/composer.json @@ -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" } }