-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
composer.json
39 lines (39 loc) · 1.06 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
{
"name": "yoeunes/toastr",
"description": "toastr.js flush notifications for Laravel",
"license": "MIT",
"type": "library",
"keywords": [
"laravel",
"toastr",
"flash-notifications",
"dynamic-notifications",
"phpflasher",
"user-feedback",
"open-source"
],
"authors": [
{
"name": "Younes ENNAJI",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/younes--ennaji/",
"role": "Developer"
}
],
"homepage": "https://github.com/yoeunes/toastr",
"support": {
"email": "[email protected]",
"issues": "https://github.com/php-flasher/php-flasher/issues",
"source": "https://github.com/php-flasher/php-flasher",
"docs": "https://php-flasher.io"
},
"require": {
"php": ">=8.2",
"php-flasher/flasher-toastr-laravel": "^2.1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
}
}