From f93b7671b14013637bab262d16975807f6125712 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 27 Feb 2014 17:37:08 +0100 Subject: [PATCH] replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c9e831..f248942 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yiisoft/yii2-swiftmailer", "description": "The SwiftMailer integration for the Yii framework", - "keywords": ["yii", "swift", "swiftmailer", "mail", "email", "mailer"], + "keywords": ["yii2", "swift", "swiftmailer", "mail", "email", "mailer"], "type": "yii2-extension", "license": "BSD-3-Clause", "support": {