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