-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 731 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 731 Bytes
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": "springimport/magento2-module-constantcontact",
"description": "Includes configuration in admin and wrapping defaults Components.",
"type": "magento2-module",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Mykhailo Shatilov",
"email": "mykhailo@springimport.com",
"role": "Developer"
}
],
"require": {
"php": "^5.5 || ^5.6 || ^7.0 || ^8.0",
"magento/framework": ">=100.0.0",
"constantcontact/constantcontact": "^1.2"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"SpringImport\\ConstantContact\\": ""
}
}
}