Skip to content

Commit 320450e

Browse files
author
Petar Borisovski
authored
Merge pull request #4 from customgento/support-2.4.4
Support 2.4.4
2 parents 3a9c56d + 5ff0050 commit 320450e

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
@@ -2,7 +2,7 @@
22
"name": "customgento/module-default-store-code-remover-m2",
33
"description": "Default Store Code Remover for Magento 2 hides the store code in the default store from the URL.",
44
"type": "magento2-module",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "OSL-3.0",
77
"authors": [
88
{
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.2.0||~7.3.0||~7.4.0",
14+
"php": "~7.3.0||~7.4.0||~8.1.0",
1515
"magento/module-store": "~101.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)