-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 925 Bytes
/
composer.json
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
27
28
29
{
"name": "jamesi/http-cache-bundle",
"type": "symfony-bundle",
"description": "Gives more power to Symfony2's ESI HttpCache",
"keywords": ["cache", "esi", "httpcache"],
"homepage": "https://github.com/jamesisaac/JamesiHttpCacheBundle",
"license": "MIT",
"authors": [
{
"name": "James Isaac",
"homepage": "https://github.com/jamesisaac"
}
],
"require": {
"symfony/framework-bundle": ">=2.1,<2.3-dev",
"symfony/http-foundation": ">=2.1,<2.3-dev",
"symfony/http-kernel": ">=2.1,<2.3-dev"
},
"require-dev": {
"symfony/browser-kit": ">=2.1,<2.3-dev",
"symfony/class-loader": ">=2.1,<2.3-dev",
"symfony/finder": ">=2.1,<2.3-dev",
"symfony/yaml": ">=2.1,<2.3-dev"
},
"autoload": {
"psr-0": { "Jamesi\\HttpCacheBundle": "" }
},
"target-dir": "Jamesi/HttpCacheBundle"
}