Skip to content

Commit 3fe0ea3

Browse files
committed
refactoring
1 parent e5ae8a4 commit 3fe0ea3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eriocnemis/module-region",
33
"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.",
44
"type": "magento2-module",
5-
"version": "2.4.1",
5+
"version": "2.4.2",
66
"authors": [
77
{
88
"name": "Eriocnemis Team",
@@ -13,17 +13,18 @@
1313
"OSL-3.0"
1414
],
1515
"require": {
16+
"php": "~7.3.0||~7.4.0",
1617
"magento/framework": "103.0.*",
1718
"magento/module-config": "101.2.*",
1819
"magento/module-directory": "100.4.*",
19-
"eriocnemis/module-region-api": "2.4.*"
20+
"eriocnemis/module-region-api": "2.4.2"
2021
},
2122
"autoload": {
2223
"files": [
23-
"registration.php"
24+
"src/registration.php"
2425
],
2526
"psr-4": {
26-
"Eriocnemis\\Region\\": ""
27+
"Eriocnemis\\Region\\": "src"
2728
}
2829
}
2930
}
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 commit comments

Comments
 (0)