Skip to content

Commit

Permalink
replace version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxlen committed Nov 14, 2021
1 parent 3fe0ea3 commit 2c0d724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ repos:
args: ["--autofix"]
- id: magento-phpmd
- id: magento-phpcpd
- id: magento-phpstan
# - id: magento-phpstan
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eriocnemis/module-region",
"description": "The module is the core of a kit of extensions for regions manage. The module provides basic functionality of regions manage as well as bulk operations.",
"type": "magento2-module",
"version": "2.4.2",
"version": "2.3.2",
"authors": [
{
"name": "Eriocnemis Team",
Expand All @@ -13,11 +13,11 @@
"OSL-3.0"
],
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "103.0.*",
"magento/module-config": "101.2.*",
"magento/module-directory": "100.4.*",
"eriocnemis/module-region-api": "2.4.2"
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*",
"magento/module-config": "101.1.*",
"magento/module-directory": "100.3.*",
"eriocnemis/module-region-api": "2.3.2"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 2c0d724

Please sign in to comment.