Files
php-flasher/src/Noty/Prime/composer.json
T
2021-10-03 21:39:04 +01:00

42 lines
910 B
JSON

{
"name": "php-flasher/flasher-noty",
"description": "PHP Flasher adapter for Noty",
"type": "library",
"keywords": [
"notify",
"php",
"laravel",
"symfony",
"Lumen",
"notifications",
"messages",
"alerts",
"pnotify",
"noty "
],
"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": "^0.5"
},
"autoload": {
"psr-4": {
"Flasher\\Noty\\Prime\\": ""
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}