Skip to content

Commit

Permalink
Merge pull request #5 from lizardmedia/relaxing-dependencies
Browse files Browse the repository at this point in the history
Relaxing php dependency
  • Loading branch information
Bartosz Kubicki committed Jul 25, 2019
2 parents b476545 + 0a01918 commit 5c78992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Module provides listing displaying all products, within limits of root category

## Prerequisites
Magento 2.2 or higher
PHP 7.1
PHP 7.1 or 7.2


## Installing ##
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -2,12 +2,12 @@
"name": "lizardmedia/module-all-products-listing",
"description": "Module adds listing displaying all products by LizardMedia",
"require": {
"php": "~7.1.0",
"php": "~7.1.3||~7.2.0",
"magento/module-catalog": ">=102.0.0",
"magento/framework": ">=101.0.0"
},
"type": "magento2-module",
"version": "1.0.3",
"version": "1.0.4",
"license": [
"MIT"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Expand Up @@ -7,7 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="LizardMedia_AllProductsListing" setup_version="1.0.3">
<module name="LizardMedia_AllProductsListing" setup_version="1.0.4">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
Expand Down

0 comments on commit 5c78992

Please sign in to comment.