{
    "name": "jolicode/jolinotif",
    "description": "Send desktop notifications on Windows, Linux, MacOS.",
    "keywords": ["notification", "windows", "linux", "mac", "growl"],
    "license": "MIT",
    "type": "library",
    "authors": [
        {
            "name": "Loïck Piera",
            "email": "pyrech@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Joli\\JoliNotif\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Joli\\JoliNotif\\tests\\": "tests/"
        }
    },
    "require": {
        "php": ">=7.4",
        "symfony/process": "^4.0|^5.0|^6.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0",
        "symfony/finder": "^5.0",
        "symfony/phpunit-bridge": "^5.0"
    },
    "bin": [
        "jolinotif"
    ],
    "config": {
        "sort-packages": true
    }
}
