-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathcomposer.json
39 lines (39 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
{
"name": "zelenin/yii2-i18n-module",
"description": "Yii2 i18n (internalization) module makes the translation of your application so simple",
"version": "0.1.9",
"type": "yii2-extension",
"keywords": [
"yii2",
"i18n",
"translation",
"translations"
],
"homepage": "https://github.com/zelenin/yii2-i18n-module",
"time": "2015-03-07",
"license": "MIT",
"authors": [
{
"name": "Aleksandr Zelenin",
"email": "[email protected]",
"homepage": "http://zelenin.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/zelenin/yii2-i18n-module/issues",
"source": "https://github.com/zelenin/yii2-i18n-module"
},
"require": {
"yiisoft/yii2": "~2",
"zelenin/yii2-semantic-ui": "*"
},
"autoload": {
"psr-4": {
"Zelenin\\yii\\modules\\I18n\\": ""
}
},
"extra": {
"bootstrap": "Zelenin\\yii\\modules\\I18n\\Bootstrap"
}
}