Files
php-flasher/src/Pnotify/Laravel/composer.json
T
Khoubza Younes f6b0c5ffff bump v0.9
2021-10-23 17:20:51 +01:00

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
}