This repository has been archived on 2022-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
magentolym/composer.json
Alex Gusev c1eee06596 Init
2018-06-15 10:53:09 +03:00

23 lines
516 B
JSON

{
"name": "flancer32/mage2_ext_free_rates",
"description": "Magento 2: Currency converter to get rates from https://free.currencyconverterapi.com/",
"type": "magento2-module",
"homepage": "https://github.com/flancer32/mage2_ext_free_rates",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Alex Gusev",
"email": "alex@flancer64.com"
}
],
"require": {},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Flancer32\\FreeRates\\": ""
}
}
}