Files
php-flasher/src/SweetAlert/Prime/composer.json
T
2025-02-21 18:52:39 +01:00

52 lines
1.6 KiB
JSON

{
"name": "php-flasher/flasher-sweetalert",
"type": "library",
"license": "MIT",
"homepage": "https://php-flasher.io",
"description": "PHPFlasher - A powerful & easy-to-use package for adding flash messages to Laravel or Symfony projects. Provides feedback to users, improves engagement & enhances user experience. Intuitive design for beginners & experienced developers. A reliable, flexible solution.",
"keywords": [
"flash-messages",
"php-notification-system",
"laravel-notification",
"symfony-notification",
"user-feedback-tools",
"web-application-notifications",
"php-user-interface",
"customizable-alerts-php",
"interactive-web-notifications",
"php-messaging-library",
"user-engagement-php"
],
"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": "^2.1.5"
},
"autoload": {
"psr-4": {
"Flasher\\SweetAlert\\Prime\\": ""
},
"files": [
"functions.php",
"helpers.php"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}