forked from swlodarski/magento2-postmark
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
38 lines (38 loc) · 1013 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
38
{
"name": "ripenecommerce/magento2-postmark",
"description": "Postmark for Magento 2",
"type": "magento2-module",
"authors": [
{
"name": "Szymon Wlodarski",
"email": "szymon.wlodarski@polcode.com",
"homepage": "http://www.sumoheavy.com",
"role": "Developer"
},
{
"name": "Scott Buchanan",
"email": "sbuchanan@ripen.com",
"homepage": "https://ripen.com",
"role": "Developer"
}
],
"license": [
"OSL-3.0"
],
"support": {
"wiki": "https://github.com/ripenecommerce/magento2-postmark/wiki",
"forum": "https://github.com/ripenecommerce/magento2-postmark/issues"
},
"require": {
"php": ">=7.1.3 ~7.4.0||~8.1.0",
"magento/framework": "^102.0.5||103.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Ripen\\Postmark\\": ""
}
}
}