-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (45 loc) · 1.21 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
40
41
42
43
44
45
46
{
"name": "queents/notifications-module",
"description": "VILT Notifications Module with multi channels and vendors like FCM / Pusher",
"keywords": [
"laravel",
"notifications",
"laravel fcm",
"laravel pusher",
"ui",
"vilt-admin",
"Vilt stack"
],
"type": "laravel-module",
"homepage": "https://www.queentechsolutions.net",
"license": "MIT",
"authors": [
{
"name": "Fady Mondy",
"email": "info@3x1.io",
"role": "Senior Fullstack developer"
}
],
"require": {
"queents/vilt": "^1.0",
"kreait/firebase-php": "6.3.1",
"kreait/firebase-tokens": "3.0",
"laravel-notification-channels/discord": "^1.3",
"laravel-notification-channels/fcm": "^2.4",
"laravel/slack-notification-channel": "^2.4",
"laravel-notification-channels/pusher-push-notifications": "^3.0",
"laravel-notification-channels/messagebird": "^4.0"
},
"extra": {
"laravel": {
"providers": [],
"aliases": {
}
}
},
"autoload": {
"psr-4": {
"Modules\\Notifications\\": ""
}
}
}