Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
oxlen committed Nov 14, 2021
1 parent e5ae8a4 commit 3fe0ea3
Show file tree
Hide file tree
Showing 41 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.1",
"version": "2.4.2",
"authors": [
{
"name": "Eriocnemis Team",
Expand All @@ -13,17 +13,18 @@
"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.*"
"eriocnemis/module-region-api": "2.4.2"
},
"autoload": {
"files": [
"registration.php"
"src/registration.php"
],
"psr-4": {
"Eriocnemis\\Region\\": ""
"Eriocnemis\\Region\\": "src"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3fe0ea3

Please sign in to comment.