{
    "name": "amasty/module-common-tests",
    "description": "Test Basics by Amasty team",
    "require": {
        "php": ">=7.3.0",
        "amasty/base": "*"
    },
    "type": "magento2-module",
    "version": "1.3.2",
    "license": [
        "Commercial"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\CommonTests\\": ""
        }
    }
}
