forked from WPP-Public/akqa-nz-silverstripe-cacheinclude
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 906 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 906 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
27
28
29
30
31
{
"name": "heyday/silverstripe-cacheinclude",
"type": "silverstripe-module",
"require": {
"php": ">=5.3.2",
"composer/installers": "~1.0",
"doctrine/cache": "~1.3",
"symfony/yaml": "~2.4",
"symfony/expression-language": "~2.4",
"psr/log": "~1.0"
},
"require-dev": {
"silverstripe/framework": "~3.1.2",
"symfony/class-loader": "~2.2",
"sami/sami": "dev-master",
"phpunit/phpunit": "~3.7",
"mikey179/vfsStream": "~1.2"
},
"autoload": {
"psr-4": { "Heyday\\CacheInclude\\": "src/" }
},
"authors": [{
"name": "Cam Spiers",
"email": "cameron@heyday.co.nz",
"homepage": "https://github.com/camspiers/"
}, {
"name": "Stephen Holdaway",
"email": "stephen.holdaway@heyday.co.nz",
"homepage": "https://github.com/stecman/"
}]
}