Your IP : 216.73.216.14


Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/Rewards/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/Rewards/composer.json

{
    "name": "amasty/rewards",
    "description": "Amasty Rewards",
    "require": {
        "php": ">=7.3",
        "amasty/base": ">=1.14.6",
        "amasty/module-advanced-conditions": ">=1.3.6",
        "amasty/cron-schedule-list": "*"
    },
    "suggest": {
        "amasty/rewards-mftf-2": "Install rewards-mftf-2 module to be able to run Reward Points MFTF tests for Magento 2.3.5+ version",
        "amasty/rewards-mftf-3": "Install rewards-mftf-3 module to be able to run Reward Points MFTF tests for Magento 2.4.0+ version",
        "amasty/rewards-graph-ql": "Install rewards-graph-ql module to be able to use Reward Points GraphQL queries."
    },
    "type": "magento2-module",
    "version": "2.0.0",
    "license": [
        "proprietary"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\Rewards\\": ""
        }
    }
}