-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
51 lines (51 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
{
"name": "eadesignro/module-mobiledetect",
"description": "Magento 2 EaDesign Mobile Detect System",
"type": "magento2-module",
"version": "1.1.8",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\Mobiledetect\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"license": [
"Apache-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.0.25|~7.1.3|~7.2.0",
"magento/module-backend": "100.1.*|101.0.*|100.2.*",
"magento/framework": "100.1.*|100.2.*|101.0.*|102.0.*",
"magento/module-theme": "100.1.*|100.2.*|101.0.*",
"eadesignro/module-eacore": "^0.2.6",
"mobiledetect/mobiledetectlib": "2.8.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento2-functional-testing-framework": "2.3.9",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "3.3.1"
},
"minimum-stability": "dev",
"prefer-stable": true
}