i downloaded Absolute Theme for magento 2.1(community edition) from the magento marketplace.
and i was following manual installration from swissuplabs website.
i was trying to install extentions from admin panel.
i have got component dependency error but i have no clue the reason.
here is the error message:
--------------
Check Component Dependency
We found conflicting component dependencies. Hide detail
For additional assistance, see component dependency help .
--------------
for information, i choose package and theme and modules on extension manager by following the composer.jason i got from the marketplace.
--------------
composer.json
{
"name": "swissup/absolute-metapackage",
"description": "Absolute Theme for Magento 2.x",
"type": "metapackage",
"version": "1.1.2",
"license": "OSL-3.0",
"require": {
"swissup/core": "1.4.7",
"swissup/theme-frontend-absolute": "1.1.2",
"swissup/font-awesome": "1.2.1",
"swissup/slick-carousel": "1.1.0",
"swissup/theme-editor-swissup-absolute": "1.0.1"
}
}
--------------
i also expanded memory_limit at 2GB. and i cleared cache.
but i still have got the same issue.
Also for information, i am using those version.
--------------
linux CentOS 7
PHP7.0.3
Magento2.2.5
Apache Version2.4.34
--------------
please let me know how i can solve this component dependency issue.
Thanks,