{
    "name": "amasty/module-single-step-checkout",
    "description": "One Step Checkout by Amasty",
    "require": {
        "php": ">=7.3.0",
        "amasty/base": ">=1.21.1",
        "amasty/geoip": ">=1.3.6",
        "amasty/module-one-step-checkout-core": ">=1.5.2",
        "amasty/module-google-address-autocomplete": ">=1.1.2",
        "amasty/module-checkout-layout-builder": "*",
        "amasty/module-checkout-style-switcher": ">=1.1.11",
        "amasty/module-checkout-delivery-date": ">=1.0.9",
        "amasty/module-checkout-gift-wrap": "*",
        "amasty/module-checkout-thank-you-page": "*"
    },
    "suggest": {
        "amasty/module-single-step-checkout-mftf-3": "Install module-single-step-checkout-mftf-3 module to be able to run One Step Checkout MFTF tests for Magento 2.4.0+ version."
    },
    "type": "magento2-module",
    "version": "4.4.7",
    "license": [
        "proprietary"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\Checkout\\": ""
        }
    }
}
