-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 862 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
{
"name": "sumoheavy/magento-postmark",
"type": "magento-module",
"description": "Postmark for Magento",
"keywords": ["magento"],
"homepage": "https://github.com/sumoheavy/SUMOHeavy_Postmark",
"license": "OSL-3.0",
"authors": [
{
"name": "Szymon Wlodarski",
"email": "[email protected]",
"homepage": "http://www.sumoheavy.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.13",
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
["app/code/community/SUMOHeavy/Postmark", "app/code/community/SUMOHeavy/Postmark"],
["app/etc/modules/SUMOHeavy_Postmark.xml", "app/etc/modules/SUMOHeavy_Postmark.xml"],
["lib/SUMOHeavy", "lib/SUMOHeavy"]
]
}
}