mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 16:38:22 +08:00
composer.json file and proper class files location.
This commit is contained in:
27
extensions/mutex/composer.json
Normal file
27
extensions/mutex/composer.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"name": "yiisoft/yii2-mutex",
|
||||||
|
"description": "Mutual exclusion extension for the Yii framework",
|
||||||
|
"keywords": ["yii", "mutex"],
|
||||||
|
"type": "library",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
|
||||||
|
"forum": "http://www.yiiframework.com/forum/",
|
||||||
|
"wiki": "http://www.yiiframework.com/wiki/",
|
||||||
|
"irc": "irc://irc.freenode.net/yii",
|
||||||
|
"source": "https://github.com/yiisoft/yii2"
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "resurtm",
|
||||||
|
"email": "resurtm@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"require": {
|
||||||
|
"yiisoft/yii2": "*"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": { "yii\\smarty": "" }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user