Skip to content

Commit

Permalink
add composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
oxlen committed Jan 24, 2021
1 parent 6280696 commit 336e1b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "eriocnemis/module-directory",
"description": "The extension allows you to manage geographic regions. For each country, you can add the any region, whose name is based on a specific locale.",
"type": "magento2-module",
"version": "2.3.1",
"authors": [{
"name": "Eriocnemis Team",
"email": "dev.eriocnemis@gmail.com"
}],
"license": [
"OSL-3.0"
],
"require": {
"magento/framework": "102.0.*",
"magento/module-config": "101.1.*",
"magento/module-ui": "101.1.*",
"magento/module-backend": "101.0.*",
"magento/module-directory": "100.3.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Eriocnemis\\Directory\\": ""
}
}
}

0 comments on commit 336e1b3

Please sign in to comment.