-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
32 lines (32 loc) · 877 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "zelenin/yii2-tag-module",
"description": "Yii2 tag/category module",
"version": "0.0.1",
"type": "yii2-extension",
"keywords": ["yii2", "tag", "category"],
"homepage": "https://github.com/zelenin/yii2-tag-module",
"time": "2014-07-17",
"license": "MIT",
"authors": [
{
"name": "Aleksandr Zelenin",
"email": "[email protected]",
"homepage": "http://zelenin.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/zelenin/yii2-tag-module/issues",
"source": "https://github.com/zelenin/yii2-tag-module"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"Zelenin\\yii\\modules\\Tag\\": ""
}
},
"minimum-stability": "stable"
}