You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "php-flasher/flasher-pnotify-laravel",
|
|
"description": "PHP Flasher Laravel adapter for Pnotify",
|
|
"type": "library",
|
|
"keywords": [
|
|
"yoeunes",
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"toastr ",
|
|
"bundle",
|
|
"flex"
|
|
],
|
|
"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": ">=5.3",
|
|
"php-flasher/flasher-laravel": "^0.9",
|
|
"php-flasher/flasher-pnotify": "^0.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Pnotify\\Laravel\\": ""
|
|
},
|
|
"files": [
|
|
"Resources/functions/pnotify.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Flasher\\Pnotify\\Laravel\\FlasherPnotifyServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Pnotify": "Flasher\\Pnotify\\Laravel\\Facade\\Pnotify"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|