mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "php-flasher/flasher-notyf-laravel",
|
|
"description": "Laravel adapter for php-flasher/flasher-notyf library",
|
|
"keywords": [
|
|
"yoeunes",
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"notyf ",
|
|
"bundle",
|
|
"flex",
|
|
"toastr"
|
|
],
|
|
"homepage": "https://github.com/php-flasher/flasher-laravel",
|
|
"authors": [
|
|
{
|
|
"name": "Younes Khoubza",
|
|
"email": "younes.khoubza@gmail.com",
|
|
"homepage": "https://github.com/yoeunes",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"php-flasher/flasher-laravel": "dev-main",
|
|
"php-flasher/flasher-notyf": "dev-main"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Notyf\\Laravel\\": "",
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Flasher\\Notyf\\Laravel\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Flasher\\Notyf\\Laravel\\FlasherNotyfServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|