Skip to content

Commit 175bf43

Browse files
author
Raul E Watson
committed
Allow the module to be installed in Magento 2.3
1 parent 29ee09d commit 175bf43

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MultiFacetNavigation
2-
Facet navigation with multi-facet selection on mobile
2+
Magento 2 module to add facet navigation with multi-facet selection on mobile.
33

44
## Installation
55

composer.json

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
{
2-
"name": "space48/multifacetnavigation",
3-
"description": "N/A",
4-
"type": "magento2-module",
5-
"version": "1.1.0",
6-
"license": [
7-
"proprietary"
8-
],
9-
"require": {
10-
"php": "^7.0.0",
11-
"magento/framework": "^100.1.0| ^101.0.0"
12-
},
13-
"autoload": {
14-
"files": [
15-
"registration.php"
16-
],
17-
"psr-4": {
18-
"Space48\\MultiFacetNavigation\\": ""
19-
}
20-
}
2+
"name": "space48/multifacetnavigation",
3+
"description": "Magento 2 module to add facet navigation with multi-facet selection on mobile.",
4+
"type": "magento2-module",
5+
"version": "1.1.1",
6+
"license": "proprietary",
7+
"require": {
8+
"php": "~7.0|~7.1",
9+
"magento/framework": "^100.1.0|^101.0.0|^102.0.0"
10+
},
11+
"repositories": {
12+
"magento": {
13+
"type": "composer",
14+
"url": "https://repo.magento.com/"
15+
}
16+
},
17+
"autoload": {
18+
"files": [
19+
"registration.php"
20+
],
21+
"psr-4": {
22+
"Space48\\MultiFacetNavigation\\": ""
23+
}
24+
}
2125
}

0 commit comments

Comments
 (0)