{
    "name": "php-flasher/flasher-notyf",
    "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.6"
    },
    "autoload": {
        "psr-4": {
            "Flasher\\Notyf\\Prime\\": ""
        },
        "files": [
            "functions.php",
            "helpers.php"
        ]
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true
    }
}
