forked from herpaderpaldent/seat-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (40 loc) · 1.14 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
{
"name": "herpaderpaldent/seat-notifications",
"description": "With this SeAT Package you can setup and manage notifications. It is build to be expendend from within the package or from another package",
"autoload": {
"psr-4": {
"Herpaderpaldent\\Seat\\SeatNotifications\\": "src/"
}
},
"type": "seat-plugin",
"require": {
"php": ">=7.1",
"laravel/framework": "5.5.*",
"eveseat/web": "~3.0.15",
"erusev/parsedown": "^1.7",
"textalk/websocket": "1.0.*",
"restcord/restcord": "^0.3",
"php-http/curl-client": "^1.7",
"jolicode/slack-php-api": "^1.0",
"ext-json": "*"
},
"license": "MIT",
"authors": [
{
"name": "Felix Huber",
"email": "[email protected]"
},
{
"name": "Warlof Tutsimo",
"email": "[email protected]"
}
],
"extra": {
"laravel": {
"providers": [
"Herpaderpaldent\\Seat\\SeatNotifications\\SeatNotificationsServiceProvider"
]
}
},
"minimum-stability": "alpha"
}