-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 754 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "epilgrim/modify-request-headers-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle to inject request headers",
"keywords": ["request headers", "reverse proxy"],
"homepage": "http://github.com/Epilgrim/ModifyRequestHeadersBundle",
"license": "MIT",
"authors": [
{
"name": "Juan Peri",
"email": "eternoperegrino@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/yaml": "~2.1"
},
"autoload": {
"psr-0": { "Epilgrim\\ModifyRequestHeadersBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "Epilgrim/ModifyRequestHeadersBundle"
}