mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "php-flasher/flasher-symfony-sweet-alert",
|
|
"type": "symfony-bundle",
|
|
"description": "Symfony Flasher adapter for Sweet Alert 2 library for php-flasher/flasher-symfony",
|
|
"keywords": [
|
|
"yoeunes",
|
|
"notify",
|
|
"php",
|
|
"laravel",
|
|
"symfony",
|
|
"Lumen",
|
|
"notifications",
|
|
"messages",
|
|
"alerts",
|
|
"pnotify",
|
|
"sweet-alert ",
|
|
"toastr",
|
|
"bundle",
|
|
"flex"
|
|
],
|
|
"homepage": "https://github.com/php-flasher/flasher-symfony-sweet-alert",
|
|
"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-symfony": "^1.0",
|
|
"php-flasher/flasher-sweet-alert": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.36"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Symfony\\SweetAlert\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Flasher\\Symfony\\SweetAlert\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|