Skip to content

Commit

Permalink
Relaxing PHP version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejslawik committed Jan 25, 2020
1 parent 5c78992 commit 6931c9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 or 7.2
PHP 7.1 or higher


## Installing ##
Expand Down Expand Up @@ -53,4 +53,4 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
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.3||~7.2.0",
"php": ">=7.1",
"magento/module-catalog": ">=102.0.0",
"magento/framework": ">=101.0.0"
},
"type": "magento2-module",
"version": "1.0.4",
"version": "1.0.5",
"license": [
"MIT"
],
Expand Down
4 changes: 2 additions & 2 deletions etc/module.xml
Expand Up @@ -7,9 +7,9 @@
-->
<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.4">
<module name="LizardMedia_AllProductsListing" setup_version="1.0.5">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
</module>
</config>
</config>

0 comments on commit 6931c9a

Please sign in to comment.