Skip to content

Commit 410c12c

Browse files
authored
Allow catalog module version 103 (Magento 2.3)
1 parent 392730c commit 410c12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"magento/framework": "^100.1|^101.0|^102.0",
1717
"magento/module-customer": "^101.0.0|^102.0.0",
18-
"magento/module-catalog": "^101.0.0|^102.0.0",
18+
"magento/module-catalog": "^101.0.0|^102.0.0|^103.0",
1919
"php": ">=7.0.0"
2020
},
2121
"type": "magento2-module",
@@ -30,4 +30,4 @@
3030
"IntegerNet\\SessionUnblocker\\": ""
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)