Skip to content

Commit 93e8cf7

Browse files
Clean code
1 parent 47166ad commit 93e8cf7

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{
2-
"name": "mageplaza/module-ajax-layered-navigation",
3-
"description": "Magento 2 Ajax Layered Navigation Extension",
4-
"require": {
5-
"mageplaza/module-core": "^1.4.5"
6-
},
7-
"type": "magento2-module",
8-
"version": "1.0.8",
9-
"license": "proprietary",
10-
"authors": [
11-
{
12-
"name": "Mageplaza",
13-
"email": "[email protected]",
14-
"homepage": "https://www.mageplaza.com",
15-
"role": "Technical Support"
16-
}
17-
],
18-
"autoload": {
19-
"files": [
20-
"registration.php"
21-
],
22-
"psr-4": {
23-
"Mageplaza\\AjaxLayer\\": ""
24-
}
25-
}
26-
}
1+
{
2+
"name": "mageplaza/module-ajax-layered-navigation",
3+
"description": "Magento 2 Ajax Layered Navigation Extension",
4+
"require": {
5+
"mageplaza/module-core": "^1.4.12"
6+
},
7+
"type": "magento2-module",
8+
"version": "1.0.9",
9+
"license": "proprietary",
10+
"authors": [
11+
{
12+
"name": "Mageplaza",
13+
"email": "[email protected]",
14+
"homepage": "https://www.mageplaza.com",
15+
"role": "Technical Support"
16+
}
17+
],
18+
"autoload": {
19+
"files": [
20+
"registration.php"
21+
],
22+
"psr-4": {
23+
"Mageplaza\\AjaxLayer\\": ""
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)