Skip to content

Commit

Permalink
fix marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden Duong committed Apr 19, 2017
1 parent a5055e6 commit a952046
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "magestore/magento2-language-vi-vn",
"description": "Vietnamese (Vietnam) language",
"version": "100.1.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"magento/framework": "100.1.*"
},
"type": "magento2-language",
"autoload": {
"files": [
"registration.php"
]
},
"homepage": "http://www.magestore.com/",
"authors": [{
"name": "Blanka",
"email": "[email protected]",
"homepage": "https://www.facebook.com/blanka.magestore",
"role": "Developer"
}]
"name": "magestore/magento2-language-vi-vn",
"description": "Vietnamese (Vietnam) language",
"version": "100.1.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0"
},
"type": "magento2-language",
"autoload": {
"files": [
"registration.php"
]
},
"homepage": "http://www.magestore.com/",
"authors": [{
"name": "Blanka",
"email": "[email protected]",
"homepage": "https://www.facebook.com/blanka.magestore",
"role": "Developer"
}]
}

0 comments on commit a952046

Please sign in to comment.