forked from fballiano/openmage-lesti-fpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.47 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fballiano/openmage-lesti-fpc",
"type": "magento-module",
"description": "Simple Magento Fullpagecache",
"keywords": ["fpc"],
"homepage": "https://github.com/fballiano/openmage-lesti-fpc",
"license": "OSL-3.0",
"authors": [
{
"name": "Gordon Lesti",
"email": "[email protected]",
"homepage": "http://gordonlesti.com/",
"role": "developer"
}
],
"require": {
"php": "^7.4||^8.0",
"ext-zlib": "*",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0"
},
"require-dev": {
"ecomdev/ecomdev_phpunit": "dev-master",
"phpunit/phpunit": "^9",
"phpmd/phpmd": "^2.4",
"squizlabs/php_codesniffer": "^2.5",
"sebastian/phpcpd": "^2.0",
"satooshi/php-coveralls": "^1.0"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.firegento.com/"
}
],
"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"]
]
}
}