Skip to content

Commit 5856924

Browse files
committed
replace version
1 parent 313703b commit 5856924

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eriocnemis/module-region-import",
33
"description": "The extension allows admin to import regions.",
44
"type": "magento2-module",
5-
"version": "2.4.2",
5+
"version": "2.3.2",
66
"authors": [
77
{
88
"name": "Eriocnemis Team",
@@ -13,10 +13,11 @@
1313
"OSL-3.0"
1414
],
1515
"require": {
16-
"magento/framework": "103.0.*",
17-
"magento/module-import-export": "101.0.*",
18-
"magento/module-directory": "100.4.*",
19-
"eriocnemis/module-region-api": "2.4.2"
16+
"php": "~7.1.3||~7.2.0||~7.3.0",
17+
"magento/framework": "102.0.*",
18+
"magento/module-import-export": "100.3.*",
19+
"magento/module-directory": "100.3.*",
20+
"eriocnemis/module-region-api": "2.3.2"
2021
},
2122
"autoload": {
2223
"files": [

0 commit comments

Comments
 (0)