-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
42 lines (41 loc) · 1.22 KB
/
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": "eadesigndev/module-fullbreadcrumbs",
"description": "Full breadcrumbs for product page",
"version": "1.0.4",
"type": "magento2-module",
"license": "proprietary",
"authors": [
{
"name": "Mihai Ardeleanu",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Eadesigndev\\FullBreadcrumbs\\": ""
},
"files": [
"registration.php"
]
},
"require": {
"php": "~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.2.14",
"magento/module-backend": "^100.1.0| ^100.2.0|101.0.*",
"magento/module-sales": "^100.1.0| ^101.0.0|102.0.*",
"magento/framework": "^100.1.0| ^101.0.0|102.0.*",
"eadesignro/module-eacore": ">=0.2.9"
},
"require-dev": {
"phpunit/phpunit": "~6.5.0",
"squizlabs/php_codesniffer": "3.3.1",
"phpmd/phpmd": "@stable",
"pdepend/pdepend": "2.5.2",
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"sebastian/phpcpd": "~3.0.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}