forked from EaDesgin/Magento2-City-Dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 901 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
{
"name": "eadesignro/romcity",
"description": "A module that adds checkout city field to checkout quote shipping address",
"type": "magento2-module",
"version": "2.0.1",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\RomCity\\": ""
}
},
"license": "AL-2.0",
"authors": [
{
"name": "EAdesign By Eco Active SRL",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": ">=7.2",
"magento/magento2-base": ">=2.3",
"magento/module-backend": "*",
"magento/module-sales": "*",
"magento/module-customer": "*",
"eadesignro/module-eacore": ">=0.3"
}
}