| Current Path : /home/rtorresani/www/app/code/Amasty/Base/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Base/composer.json |
{
"name": "amasty/base",
"description": "Amasty Base",
"require": {
"php": ">=7.3",
"ext-dom": "*"
},
"type": "magento2-module",
"version": "1.14.6",
"license": [
"proprietary"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Amasty\\Base\\": ""
}
}
}