forked from GordonLesti/Lesti_Fpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.06 KB
/
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
30
31
{
"name": "gordonlesti/lesti_fpc",
"type": "magento-module",
"description": "Simple Magento Fullpagecache",
"keywords": ["fpc"],
"homepage": "https://gordonlesti.com/lestifpc/",
"license": "OSL-3.0",
"authors": [
{
"name": "Gordon Lesti",
"email": "[email protected]",
"homepage": "http://gordonlesti.com/",
"role": "developer"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"require-dev": {
"ecomdev/ecomdev_phpunit": "*"
},
"extra": {
"map" : [
["app/code/community/Lesti/Fpc", "app/code/community/Lesti/Fpc"],
["app/design/frontend/base/default/layout/fpc.xml", "app/design/frontend/base/default/layout/fpc.xml"],
["app/design/frontend/base/default/template/fpc", "app/design/frontend/base/default/template/fpc"],
["app/etc/modules/Lesti_Fpc.xml", "app/etc/modules/Lesti_Fpc.xml"],
["app/etc/fpc.xml.sample", "app/etc/fpc.xml.sample"]
]
}
}