This repository was archived by the owner on May 30, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.22 KB
/
composer.json
File metadata and controls
54 lines (54 loc) · 1.22 KB
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
50
51
52
53
54
{
"name": "php-flasher/flasher-livewire",
"description": "Laravel package integrating PHP Flasher into Livewire applications",
"type": "library",
"keywords": [
"yoeunes",
"notify",
"flasher",
"php",
"laravel",
"symfony",
"Lumen",
"notifications",
"messages",
"alerts",
"pnotify",
"toastr ",
"bundle",
"flex",
"livewire"
],
"homepage": "https://php-flasher.github.io/",
"authors": [
{
"name": "Younes Khoubza",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=7.2.5",
"livewire/livewire": "^2.0",
"php-flasher/flasher-laravel": "^0.9"
},
"autoload": {
"psr-4": {
"Flasher\\Livewire\\": ""
}
},
"extra": {
"laravel": {
"providers": [
"Flasher\\Livewire\\FlasherLivewireServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}