summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 02296c6166bf824ccb7286b7d4833733ede583fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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|~3.0",
        "symfony/http-kernel": "~2.1|~3.0"
    },
    "autoload": {
        "psr-0": { "Asm89\\Stack": "src/" }
    }
}