forked from zelenin/yii2-semantic-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 892 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
33
34
{
"name": "olehboiko/yii2-semantic-ui",
"description": "Semantic UI extension for Yii2",
"type": "yii2-extension",
"keywords": [
"yii2",
"widgets",
"semantic",
"semantic ui"
],
"homepage": "https://github.com/olehboiko/yii2-semantic-ui",
"license": "MIT",
"authors": [
{
"name": "Aleksandr olehboiko",
"email": "aleksandr@olehboiko.me",
"homepage": "http://olehboiko.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/olehboiko/yii2-semantic-ui/issues",
"source": "https://github.com/olehboiko/yii2-semantic-ui"
},
"require": {
"yiisoft/yii2": "2.*",
"semantic-org/semantic-ui": "2.*"
},
"autoload": {
"psr-4": {
"olehboiko\\yii\\SemanticUI\\": ""
}
}
}