-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
42 lines (41 loc) · 1021 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
41
42
{
"name": "eadesignro/module-checkoutaddressfields",
"description": "We will add with this address fields to checkout",
"type": "magento2-module",
"version": "1.0.1",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\Checkoutaddressfields\\": ""
}
},
"license": [
"AL-2.0"
],
"authors": [
{
"name": "EaDesign",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro/",
"role": "Developer"
}
],
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "^100.1.0 | ^101.0.0",
"magento/module-sales": "^100.1.0 | ^101.0.0",
"magento/framework": "^100.1.0 | ^101.0.0",
"eadesignro/module-eacore": "0.2.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"phpmd/phpmd": "^2.3",
"squizlabs/php_codesniffer": "^2.5",
"sebastian/phpcpd": "^2.0",
"satooshi/php-coveralls": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}