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
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "php-flasher/flasher-sweetalert-symfony",
|
|
"type": "symfony-bundle",
|
|
"license": "MIT",
|
|
"homepage": "https://php-flasher.io",
|
|
"description": "Utilize SweetAlert for dynamic notifications in Symfony with PHPFlasher. Bring engaging user alerts and confirmations to Symfony apps.",
|
|
"keywords": ["symfony", "sweetalert", "sweetalert 2", "flash-notifications", "dynamic-notifications", "phpflasher", "user-feedback", "open-source"],
|
|
"support": {
|
|
"issues": "https://github.com/php-flasher/php-flasher/issues",
|
|
"source": "https://github.com/php-flasher/php-flasher"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Younes ENNAJI",
|
|
"email": "younes.ennaji.pro@gmail.com",
|
|
"homepage": "https://www.linkedin.com/in/younes--ennaji/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"php-flasher/flasher-sweetalert": "^2.0",
|
|
"php-flasher/flasher-symfony": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\SweetAlert\\Symfony\\": ""
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
}
|
|
}
|