-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
37 lines (37 loc) · 963 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
35
36
37
{
"name": "yii2mod/yii2-bootstrap-notify",
"description": "Alert widget based on Bootstrap Notify extension {@link http://bootstrap-notify.remabledesigns.com/)",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii2 alert",
"yii2 bootstrap alert"
],
"license": "MIT",
"authors": [
{
"name": "Igor Chepurnoi",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"bower-asset/remarkable-bootstrap-notify": "*",
"bower-asset/animate.css": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0"
},
"autoload": {
"psr-4": {
"yii2mod\\notify\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}