forked from SpotlerSoftware/magento2-mailplus-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·40 lines (40 loc) · 876 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
39
40
{
"name": "mailplus/mailplus-connector",
"description": "The MailPlus connector for magento 2",
"type": "magento2-module",
"version": "1.7.2",
"license": [
"OSL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
"magento/magento-composer-installer": "*",
"magento/framework": ">=100.1.0",
"magento/module-newsletter": ">=100.0",
"magento/module-quote": ">=101.0",
"magento/module-sales": ">=101.0",
"magento/module-webapi": ">=100.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MailPlus\\MailPlus\\": ""
}
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"config": {
"vendor-dir": "../vendor"
},
"archive": {
"exclude": [
"/vagrant", "auth.json", "*.tar"
]
}
}