Skip to content

Commit

Permalink
Allow the module to be installed in Magento 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul E Watson committed Jan 10, 2019
1 parent 29ee09d commit 175bf43
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MultiFacetNavigation
Facet navigation with multi-facet selection on mobile
Magento 2 module to add facet navigation with multi-facet selection on mobile.

## Installation

Expand Down
42 changes: 23 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"name": "space48/multifacetnavigation",
"description": "N/A",
"type": "magento2-module",
"version": "1.1.0",
"license": [
"proprietary"
],
"require": {
"php": "^7.0.0",
"magento/framework": "^100.1.0| ^101.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Space48\\MultiFacetNavigation\\": ""
}
}
"name": "space48/multifacetnavigation",
"description": "Magento 2 module to add facet navigation with multi-facet selection on mobile.",
"type": "magento2-module",
"version": "1.1.1",
"license": "proprietary",
"require": {
"php": "~7.0|~7.1",
"magento/framework": "^100.1.0|^101.0.0|^102.0.0"
},
"repositories": {
"magento": {
"type": "composer",
"url": "https://repo.magento.com/"
}
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Space48\\MultiFacetNavigation\\": ""
}
}
}

0 comments on commit 175bf43

Please sign in to comment.