mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "php-flasher/flasher-pnotify-laravel",
|
|
"description": "Laravel Flasher adapter package for php-flasher/flasher-pnotify",
|
|
"keywords": [
|
|
"yoeunes",
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"toastr ",
|
|
"bundle",
|
|
"flex"
|
|
],
|
|
"homepage": "https://github.com/php-flasher/flasher-laravel-pnotify",
|
|
"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-pnotify": "dev-main"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0",
|
|
"phpunit/phpunit": "6.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Pnotify\\Laravel\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Flasher\\Pnotify\\Laravel\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Flasher\\Pnotify\\Laravel\\FlasherPnotifyServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|