Browse Source

renamed composer installation type.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
5bf7ed947d
  1. 2
      extensions/jui/composer.json
  2. 2
      extensions/mutex/composer.json
  3. 4
      extensions/smarty/composer.json
  4. 4
      extensions/twig/composer.json

2
extensions/jui/composer.json

@ -2,7 +2,7 @@
"name": "yiisoft/yii2-jui", "name": "yiisoft/yii2-jui",
"description": "The Jquery UI extension for the Yii framework", "description": "The Jquery UI extension for the Yii framework",
"keywords": ["yii", "Jquery UI", "renderer"], "keywords": ["yii", "Jquery UI", "renderer"],
"type": "yii-extension", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open", "issues": "https://github.com/yiisoft/yii2/issues?state=open",

2
extensions/mutex/composer.json

@ -2,7 +2,7 @@
"name": "yiisoft/yii2-mutex", "name": "yiisoft/yii2-mutex",
"description": "Mutual exclusion extension for the Yii framework", "description": "Mutual exclusion extension for the Yii framework",
"keywords": ["yii", "mutex"], "keywords": ["yii", "mutex"],
"type": "yii-extension", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open", "issues": "https://github.com/yiisoft/yii2/issues?state=open",

4
extensions/smarty/composer.json

@ -2,7 +2,7 @@
"name": "yiisoft/yii2-smarty", "name": "yiisoft/yii2-smarty",
"description": "The Smarty integration for the Yii framework", "description": "The Smarty integration for the Yii framework",
"keywords": ["yii", "smarty", "renderer"], "keywords": ["yii", "smarty", "renderer"],
"type": "yii-extension", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open", "issues": "https://github.com/yiisoft/yii2/issues?state=open",
@ -13,7 +13,7 @@
}, },
"authors": [ "authors": [
{ {
"name": "Alenxader Makarov", "name": "Alexander Makarov",
"email": "sam@rmcreative.ru" "email": "sam@rmcreative.ru"
} }
], ],

4
extensions/twig/composer.json

@ -2,7 +2,7 @@
"name": "yiisoft/yii2-twig", "name": "yiisoft/yii2-twig",
"description": "The Twig integration for the Yii framework", "description": "The Twig integration for the Yii framework",
"keywords": ["yii", "twig", "renderer"], "keywords": ["yii", "twig", "renderer"],
"type": "yii-extension", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open", "issues": "https://github.com/yiisoft/yii2/issues?state=open",
@ -13,7 +13,7 @@
}, },
"authors": [ "authors": [
{ {
"name": "Alenxader Makarov", "name": "Alexander Makarov",
"email": "sam@rmcreative.ru" "email": "sam@rmcreative.ru"
} }
], ],

Loading…
Cancel
Save