{
    "name": "doku/doku-php-library",
    "description": "Library to handle API SNAP",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Doku\\Snap\\": "src/"
        }
    },
    "authors": [
        {
            "name": "doku",
            "email": "technology@doku.com"
        }
    ],
    "require": {
        "php": ">=8.1",
        "firebase/php-jwt": "^6.10",
        "paragonie/sodium_compat": "^2.0"
    },
    "minimum-stability": "dev",
    "require-dev": {
        "phpunit/phpunit": "^11.3@dev"
    }
}
