mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "php-flasher/flasher-toastr",
|
|
"description": "PHP toastr adapter for php-flasher/flasher",
|
|
"keywords": [
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"toastr "
|
|
],
|
|
"homepage": "https://github.com/php-flasher/flasher-toastr",
|
|
"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": "dev-main"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8|^5.7|^6.0|^7.0|^8.3|^9.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Toastr\\": ""
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Flasher\\Toastr\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|