Skip to content

Commit 7af6be6

Browse files
author
Niko K
committed
update composer
1 parent 98075a2 commit 7af6be6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Magento Community Edition 2.0 - 2.1 - 2.2
2424
2. Navigate to menu My Account → My Downloads
2525
3. Find the extension and click to download it
2626
* Extract the downloaded ZIP file in a temporary directory
27-
* Upload the extracted folders and files of the extension to base (root) Magento directory. Do not replace the whole folders, but merge them.
27+
* Upload the extracted folders and files of the extension to base (root) Magento directory. Do not replace the whole folders, but merge them. If you have downloaded the extension from Magento Marketplace, then create the following folder path app/code/MageVision/AdminCategoryProductThumbnail and upload there the extracted folders and files.
2828
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
2929
1. cd path_to_the_magento_root_directory
3030
2. php -f bin/magento module:enable MageVision_AdminCategoryProductThumbnail

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"require": {
66
"php": "~5.5.0|~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
77
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
8-
"magento/module-catalog": "100.0.*|101.0.*|101.1.*",
9-
"magento/framework": "100.0.*|100.1.*|100.2.*"
8+
"magento/module-catalog": "100.0.*|101.0.*|102.0.*",
9+
"magento/framework": "100.0.*|100.1.*|101.0.*"
1010
},
1111
"type": "magento2-module",
1212
"version": "2.2.0",

0 commit comments

Comments
 (0)