-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
37 lines (37 loc) · 1007 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
28
29
30
31
32
33
34
35
36
37
{
"name": "sumoheavy/magento2-postmark",
"description": "Postmark for Magento 2",
"type": "magento2-module",
"version": "1.0.1",
"authors": [
{
"name": "Szymon Wlodarski",
"email": "[email protected]",
"homepage": "http://www.sumoheavy.com",
"role": "Developer"
}
],
"license": [
"OSL-3.0"
],
"support": {
"email": "[email protected]",
"wiki": "https://github.com/sumoheavy/magento2-postmark/wiki",
"forum": "https://github.com/sumoheavy/magento2-postmark/issues"
},
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-backend": "100.0.*",
"magento/module-email": "100.0.*",
"magento/module-store": "100.0.*",
"magento/framework": "100.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"SUMOHeavy\\Postmark\\": ""
}
}
}