{
    "name": "asm89/stack-cors",
    "description": "Cross-origin resource sharing library and stack middleware",
    "keywords": ["stack", "cors"],
    "homepage": "https://github.com/asm89/stack-cors",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexander",
            "email": "iam.asm89@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.2",
        "symfony/http-foundation": "~2.1",
        "symfony/http-kernel": "~2.1"
    },
    "autoload": {
        "psr-0": { "Asm89\\Stack": "src/" }
    }
}
