Extension installer wip

This commit is contained in:
Qiang Xue
2013-10-19 00:01:03 -04:00
parent f130dca199
commit c42894cec4
4 changed files with 29 additions and 69 deletions

View File

@@ -2,7 +2,7 @@
"name": "yiisoft/yii2-mutex",
"description": "Mutual exclusion extension for the Yii framework",
"keywords": ["yii", "mutex"],
"type": "library",
"type": "yii-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
@@ -23,5 +23,8 @@
},
"autoload": {
"psr-0": { "yii\\mutex\\": "" }
},
"extra": {
"bootstrap": "yii\\mutex\\Extension"
}
}