-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.01 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
30
31
32
33
34
35
36
37
38
{
"name": "igniter/elasticache-bundle",
"homepage": "https://github.com/ShopIgniter/ElastiCacheBundle",
"description": "An ElastiCache Bundle for Symfony.",
"license": "MIT",
"type": "symfony-bundle",
"keywords": ["elasticache", "redis", "cache", "caching"],
"target-dir": "Igniter/ElastiCacheBundle",
"authors": [
{
"name": "Jared Markell",
"email": "jaredm4@gmail.com",
"homepage": "http://jaredmarkell.com"
},
{
"name": "ShopIgniter Engineering",
"homepage": "https://github.com/ShopIgniter/ElastiCacheBundle/graphs/contributors"
}
],
"autoload": {
"psr-0": {
"Igniter\\ElastiCacheBundle": ""
}
},
"require": {
"php": ">=5.5",
"symfony/framework-bundle": "~2.4",
"symfony/yaml": "~2.4",
"doctrine/cache": "~1.3",
"doctrine/doctrine-cache-bundle": "~1.0",
"psr/log": "~1.0"
},
"require-dev": {
"symfony/expression-language": "~2.4",
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master"
}
}