-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 895 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
{
"name": "denostr/yii2-bootstrap-social",
"description": "Asset Bundle for Yii2 with bootstrap-social https://lipis.github.io/bootstrap-social/",
"type": "yii2-extension",
"require": {
"php": ">=5.4",
"yiisoft/yii2": "2.0.*",
"rmrevin/yii2-fontawesome": "~2.17",
"bower-asset/bootstrap-social": "~5.0.0"
},
"license": "MIT",
"authors": [
{
"name": "Denis Ostrovsky",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/denostr/yii2-bootstrap-social/issues",
"source": "https://github.com/denostr/yii2-bootstrap-social"
},
"minimum-stability": "stable",
"keywords": ["yii", "yii2", "bootstrap", "social", "asset", "bundle"],
"autoload": {
"psr-4": {
"denostr\\BootstrapSocial\\": ""
}
}
}