tuyennn / magento2-outofstockatlast

Magento 2.4.x module Sort Out Of Stock Product At last the product list
GNU General Public License v3.0
55 stars 12 forks source link

Magento 2.4.2 and Composer compatibility #5

Closed kniemiecvirtua closed 3 years ago

kniemiecvirtua commented 3 years ago

Preconditions (*)

  1. Magento 2.4.2
  2. Elasticsearch 7

Steps to reproduce (*)

  1. Executing composer require ghoster/module-outofstockatlast

Expected result (*)

  1. Module installed into vendor directory

Actual result (*)

  1. Because of my Magento's "magento/module-catalog" in "version": "104.0.2", I cannot install your extension using composer (it requires 103.0.* version)

Worth adding, while uploading it into app/code it is working as expected after reindexing. I am writing because I am a fan of "composer approach"