-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
48 lines (47 loc) · 979 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
43
44
45
46
47
48
{
"name": "eadesigndev/module-slider",
"description": "Add sliders using widgets",
"type": "magento2-module",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eadesigndev\\Slider\\": ""
}
},
"version": "1.0.2",
"license": [
"Copyright 2017"
],
"authors": [
{
"name": "Eadesign",
"email": "[email protected]",
"homepage": "https://www.eadesign.ro/",
"role": "Developer"
}
],
"require": {
"php": "~7.1.3||~7.2.0",
"magento/framework": "102.0.*",
"magento/module-theme": "101.0.*"
},
"require-dev": {
"phpunit/phpunit": "^4.5",
"siment/magento-marketplace-eqp": "~1.0",
"phpmd/phpmd": "~2.5"
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "git",
"url": "[email protected]:EaDesgin/magento2-slider-banner.git"
}
]
}