Browse Source

replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

tags/2.0.0-beta
Tobias Munk 11 years ago
parent
commit
f93b7671b1
  1. 2
      composer.json

2
composer.json

@ -1,7 +1,7 @@
{ {
"name": "yiisoft/yii2-swiftmailer", "name": "yiisoft/yii2-swiftmailer",
"description": "The SwiftMailer integration for the Yii framework", "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", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {

Loading…
Cancel
Save