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

26 lines
453 B
JSON

{
"name": "oreolek/magentolym",
"description": "Magento 2: LYM Currency",
"type": "magento2-module",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Alex Gusev",
"email": "alex@flancer64.com"
},
{
"name": "Alex Yakovlev",
"email": "keloero@oreolek.ru"
}
],
"require": {},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Oreolek\\MagentoLym\\": ""
}
}
}