{
    "name": "dispatcher/open-api",
    "description": "Data driven dispatcher that implements the OpenApi specification",
    "version": "1.0.0",
    "type": "library",
    "keywords": ["openApi", "swagger", "dispatcher", "route", "builder", "slim", "framework"],
    "homepage": "https://github.com/virgiliolino/open-api",
    "license": "LGPL-3.0-or-later",
    "authors": [
        {
            "name": "Virgilio Lino",
            "email": " [email protected]",
            "homepage": "https://github.com/virgiliolino/open-api",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/virgiliolino/open-api/issues",
        "docs": "https://github.com/virgiliolino/open-api/blob/master/README.md"
    },
    "require": {
        "php": ">=7.0",
        "psr/http-message": "^1.0",
        "psr/container": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "Dispatcher\\": "Dispatcher"
        }
    }
}
 
  |