diff --git a/composer.json b/composer.json index 354e10c..2e418ee 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "customgento/module-default-store-code-remover-m2", "description": "Default Store Code Remover for Magento 2 hides the store code in the default store from the URL.", "type": "magento2-module", - "version":"3.0.0", "license": "OSL-3.0", "authors": [ { @@ -11,7 +10,7 @@ } ], "require": { - "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0", + "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0", "magento/module-store": "~101.0" }, "suggest": {