From 610f1dd98c0e59f0bc438d5457fbdeec3a7da731 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Mon, 22 Sep 2014 17:37:19 +0200 Subject: [PATCH] composer.json tabs -> spaces --- composer.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index d745811..409c710 100644 --- a/composer.json +++ b/composer.json @@ -1,29 +1,29 @@ { - "name": "yiisoft/yii2-swiftmailer", - "description": "The SwiftMailer integration for the Yii framework", - "keywords": ["yii2", "swift", "swiftmailer", "mail", "email", "mailer"], - "type": "yii2-extension", - "license": "BSD-3-Clause", - "support": { - "issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Aswiftmailer", - "forum": "http://www.yiiframework.com/forum/", - "wiki": "http://www.yiiframework.com/wiki/", - "irc": "irc://irc.freenode.net/yii", - "source": "https://github.com/yiisoft/yii2" - }, - "authors": [ - { - "name": "Paul Klimov", - "email": "klimov.paul@gmail.com" - } - ], - "require": { - "yiisoft/yii2": "*", - "swiftmailer/swiftmailer": "*" - }, - "autoload": { - "psr-4": { "yii\\swiftmailer\\": "" } - }, + "name": "yiisoft/yii2-swiftmailer", + "description": "The SwiftMailer integration for the Yii framework", + "keywords": ["yii2", "swift", "swiftmailer", "mail", "email", "mailer"], + "type": "yii2-extension", + "license": "BSD-3-Clause", + "support": { + "issues": "https://github.com/yiisoft/yii2/issues?labels=ext%3Aswiftmailer", + "forum": "http://www.yiiframework.com/forum/", + "wiki": "http://www.yiiframework.com/wiki/", + "irc": "irc://irc.freenode.net/yii", + "source": "https://github.com/yiisoft/yii2" + }, + "authors": [ + { + "name": "Paul Klimov", + "email": "klimov.paul@gmail.com" + } + ], + "require": { + "yiisoft/yii2": "*", + "swiftmailer/swiftmailer": "*" + }, + "autoload": { + "psr-4": { "yii\\swiftmailer\\": "" } + }, "extra": { "branch-alias": { "dev-master": "2.0.x-dev"