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.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "php-flasher/flasher-noty-laravel",
|
|
"type": "library",
|
|
"description": "PHP Flasher Laravel adapter for Noty",
|
|
"keywords": [
|
|
"yoeunes",
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"noty ",
|
|
"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-noty": "^0.9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Noty\\Laravel\\": ""
|
|
},
|
|
"files": [
|
|
"Resources/functions/noty.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Flasher\\Noty\\Laravel\\FlasherNotyServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Noty": "Flasher\\Laravel\\Facade\\Flasher"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|