Skip to content

Commit

Permalink
Merge pull request #4 from lizardmedia/relaxing-dependencies
Browse files Browse the repository at this point in the history
Relaxing magento-framework dependency
  • Loading branch information
Bartosz Kubicki committed Jul 9, 2019
2 parents 5c9ca4f + 8f53f8b commit b476545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,10 +4,10 @@
"require": {
"php": "~7.1.0",
"magento/module-catalog": ">=102.0.0",
"magento/framework": "101.0.*"
"magento/framework": ">=101.0.0"
},
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"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.2">
<module name="LizardMedia_AllProductsListing" setup_version="1.0.3">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
Expand Down

0 comments on commit b476545

Please sign in to comment.