From 8ad33449ac47896e86925f568082c57c83c22074 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Fri, 7 Feb 2014 14:57:50 +0100 Subject: [PATCH] added `yiisoft/yii2-coding-standards` to yii2-dev suggested packages issue yiisoft/yii2-coding-standards#4 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6817246e03f..8c39969af24 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,8 @@ "fzaninotto/faker": "required by yii2-faker extension", "imagine/imagine": "required by yii2-imagine extension", "smarty/smarty": "required by yii2-smarty extension", - "swiftmailer/swiftmailer": "required by yii2-swiftmailer extension" + "swiftmailer/swiftmailer": "required by yii2-swiftmailer extension", + "yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii", }, "autoload": { "psr-4": {