diff --git a/composer.json b/composer.json index b10f7e7..3f24fbd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "myweb/show-out-of-stock-products", "type": "magento2-module", - "version": "1.0.3", + "version": "1.0.4", "keywords": [ "magento 2", "out-of-stock", @@ -16,10 +16,6 @@ ], "license": "MIT", "description": "Show out-of-stock product configurations for configurable products on the front end.", - "require": { - "php": "~7.0.13|7.1.*|7.2.0 - 7.2.11", - "magento/framework": "~101.0.7" - }, "autoload": { "files": [ "registration.php" diff --git a/readme.md b/readme.md index b204822..91ca3af 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,9 @@ This module makes Magento 2 display out-of-stock configurations for configurable There is an [option][1] in Magento 2's admin interface that enables the display of out-of-stock products on the front end. The problem with this option is that out-of-stock product configurations for configurable products are not displayed even when this option is enabled. This module makes Magento 2's front end display these products, while keeping the swatches for the out-of-stock configurations crossed out. +# Update for 1.0.4 +Removed the Magento Framework and PHP version requirements imposed by composer.json. But this module was not tested with releases later than Magento 2.2.7. Use at your own risk! + # Installation Via composer: