Files
php-flasher/composer.json
T
KHOUBZA Younes 8167f45cbd update namespace
2020-12-03 09:15:47 +01:00

62 lines
1.5 KiB
JSON

{
"name": "php-flasher/flasher-laravel-notyf",
"description": "Laravel Flasher adapter package for php-flasher/flasher-notyf",
"keywords": [
"yoeunes",
"notify",
"php",
"laravel",
"symfony",
"Lumen",
"notifications",
"messages",
"alerts",
"pnotify",
"notyf ",
"bundle",
"flex",
"toastr"
],
"homepage": "https://github.com/php-flasher/flasher-laravel",
"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": "^1.0.4",
"php-flasher/flasher-notyf": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.0 || ^7.0 || ^8.3 || ^9.0",
"orchestra/testbench": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
"Flasher\\Laravel\\Notyf\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Flasher\\Laravel\\Notyf\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Flasher\\Laravel\\Notyf\Flasher\PrimeNotyfServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}