{
    "name": "amasty/module-one-step-checkout-core",
    "description": "One Step Checkout Core by Amasty",
    "require": {
        "php": ">=8.1",
        "amasty/base": ">=1.21.1",
        "amasty/geoip": ">=1.7.1"
    },
    "suggest": {
        "amasty/checkout-graph-ql": "Install checkout-graph-ql module to be able to use One Step Checkout GraphQL queries.",
        "amasty/module-mixin-rewrite-patch": "Install mixin rewrite patch if you have a problem with extension on Magento 2.4.2 version on Checkout"
    },
    "type": "magento2-module",
    "version": "1.5.2",
    "license": [
        "proprietary"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Amasty\\CheckoutCore\\": ""
        }
    }
}
