-
Notifications
You must be signed in to change notification settings - Fork 20
/
composer.json
33 lines (33 loc) · 1005 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
{
"name": "loveorigami/yii2-notification-wrapper",
"description": "This module for renders a message from session flash (with ajax, pjax support and etc.)",
"version": "6.7.2",
"type": "yii2-extension",
"keywords": [
"yii2", "module", "notification", "flash",
"noty", "toast", "toastr", "growl", "alert", "notyjs", "notyfy", "pnotyfy", "notific8", "lobibox", "sweetalert"
],
"homepage": "https://github.com/loveorigami/yii2-notification-wrapper",
"time": "2016-03-31",
"license": "MIT",
"authors": [
{
"name": "Andrey Lukyanov",
"email": "[email protected]",
"homepage": "http://loveorigami.info",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "~2"
},
"autoload": {
"psr-4": {
"lo\\modules\\noty\\": "src/"
}
},
"extra": {
"bootstrap": "lo\\modules\\noty\\Bootstrap"
}
}