{
    "name": "willysoft/route",
    "description": "Minimal PHP Router",
    "type": "library",
    "require": {
        "php": ">=8.1.0"
    },
    "license": "WTFPL",
    "authors": [
        {
            "name": "noreply",
            "email": "noreply@willy.club"
        }
    ],
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": {
            "WillySoft\\": "./"
        }
    }
}