-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·40 lines (40 loc) · 1.53 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
{
"name": "amici/super-banner-slider",
"description": "Super Banner slider allows user to add slider to magento pages",
"require": {
"php": ">=7.0.0",
"magento/framework": "*",
"amici/magento-core": "*"
},
"type": "magento2-module",
"version": "1.0.0",
"keywords": ["Magento", "Magento 2", "Magento2", "bannerslider", "banner slider", "banner", "slider", "hyva banner slider", "hyva", "hyva banner", "hyva slider", "image slider", "hyva image slider"],
"license": "proprietary",
"authors": [
{
"name": "Amici Infotech",
"homepage": "https://amiciinfotech.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/amici-infotech/magento2-banner-slider/issues?state=open",
"source": "https://github.com/amici-infotech/magento2-banner-slider",
"docs": "https://github.com/amici-infotech/magento2-banner-slider/readme.md"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Amici\\BannerSlider\\": ""
}
},
"extra": {
"developer": "Amici Infotech",
"developerUrl": "https://amiciinfotech.com",
"documentationUrl": "https://github.com/amici-infotech/magento2-banner-slider/readme.md",
"changelogUrl": "https://github.com/amici-infotech/magento2-banner-slider/main/CHANGELOG.md",
"downloadUrl": "https://github.com/amici-infotech/magento2-banner-slider/archive/main.zip"
}
}