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
46 lines
1003 B
JSON
46 lines
1003 B
JSON
{
|
|
"name": "php-flasher/flasher-notyf",
|
|
"description": "PHPFlasher adapter for Notyf",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"keywords": [
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"Sweet Alert",
|
|
"notyf"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Younes KHOUBZA",
|
|
"email": "younes.khoubza@gmail.com",
|
|
"homepage": "https://www.linkedin.com/in/younes-khoubza",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"homepage": "https://php-flasher.io",
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"php-flasher/flasher": "^1.11"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Notyf\\Prime\\": ""
|
|
},
|
|
"files": [
|
|
"helpers.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|