{
    "name": "wepesi/routing",
    "description": "Simple and lightweight php module to write clean route of a web application",
    "type": "library",
    "license": "Apache-2.0",
    "autoload": {
        "psr-4": {
            "Wepesi\\Routing\\": "src/",
            "Wepesi\\Controller\\": "demo/controller/",
            "Wepesi\\Middlleware\\": "demo/middleware/"
        }
    },
    "homepage": "https://github.com/bim-g/wepesi-router/issues",
    "support": {
        "email": "
[email protected]",
        "issues": "https://github.com/bim-g/wepesi-router/issues",
        "forum": "https://github.com/bim-g/wepesi-router",
        "wiki": "https://github.com/bim-g/wepesi-router",
        "docs": "https://github.com/bim-g/wepesi-router",
        "source": "https://github.com/bim-g/wepesi-router"
    },
    "authors": [
        {
            "name": "bim-g",
            "email": "
[email protected]"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php" : ">=7.4"
    }
}