-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.34 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
47
48
49
{
"name": "deyan-ardi/ganadev-notif",
"description": "Laravel Ganadev Notification Service is a Laravel package that is used to help speed up the integration process between the applications you are developing with the Ganadev Notification Sender API. This package includes ready-to-use functions that really help your work process",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"DeyanArdi\\GanadevNotif\\": "src/"
}
},
"keywords": [
"deyan",
"deyan-ardi",
"ganadev",
"ganadev-notif",
"Laravel"
],
"config": {
"sort-packages": true
},
"authors": [
{
"name": "deyan-ardi",
"email": "riyan.clsg11@gmail.com",
"homepage": "https://ganadev.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.3|7.4|^8.0|^8.1|^8.2"
},
"extra": {
"laravel": {
"providers": [
"DeyanArdi\\GanadevNotif\\GanadevServiceProvider"
],
"config": {
"path": "config/ganadevnotif.php"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://packagist.org/packages/deyan-ardi/ganadev-notif"
}
]
}