mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "php-flasher/flasher-pnotify",
|
|
"description": "PHP pnotify adapter for php-flasher/flasher",
|
|
"keywords": [
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"toastr",
|
|
"sweet alert"
|
|
],
|
|
"homepage": "https://github.com/php-flasher/flasher-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": "dev-main"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Pnotify\\": "",
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Flasher\\Pnotify\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|