23 lines
581 B
JSON
23 lines
581 B
JSON
{
|
|
"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/" }
|
|
}
|
|
}
|