{
    "name": "vertex/module-tax",
    "description": "Vertex Tax Links for Magento 2",
    "type": "magento2-module",
    "license": "proprietary",
    "version": "3.1.0",
    "require": {
        "php": "^5.6|^7.0",
        "ext-soap": "*",
        "ext-simplexml": "*",
        "ext-json": "*",
        "magento/framework": "^100|^101|^102",
        "magento/module-cron": "^100",
        "magento/module-backend": "^100|^101",
        "magento/module-catalog": "^100|^101|^102|^103",
        "magento/module-config": "^100|^101",
        "magento/module-customer": "^100|^101|^102",
        "magento/module-directory": "^100",
        "magento/module-eav": "^100|^101|^102",
        "magento/module-store": "^100|^101",
        "magento/module-quote": "^100|^101",
        "magento/module-sales": "^100|^101|^102",
        "magento/module-shipping": "^100",
        "magento/module-tax": "^100",
        "magento/module-checkout": "^100",
        "magento/module-ui": "^100|^101",
        "vertex/sdk": "^1.1.0"
    },
    "suggest": {
        "magento/module-gift-wrapping": "Vertex Tax Links for Magento 2 also supports Magento's Gift Wrapping module",
        "magento/module-gift-card-account": "Vertex Tax Links for Magento 2 also supports Magento's Gift Card Account module",
        "magento/module-multishipping": "Vertex Tax Links for Magento 2 also supports Magento's Multishipping module",
        "magento/module-reward": "Vertex Tax Links for Magento 2 also supports Magento's Reward module"
    },
    "conflict": {
        "magento/module-gift-wrapping": ">=102",
        "vertex/tax-ee": "*",
        "vertex/tax": "*",
        "pixafy/tax-ee": "*",
        "pixafy/tax": "*"
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        }
    ],
    "require-dev": {
        "magento/marketplace-eqp": "^1.0",
        "magento/module-offline-shipping": "^100.2",
        "magento/module-usps": "^100.2",
        "ext-simplexml": "*",
        "ext-dom": "*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Vertex\\Tax\\": ""
        }
    },
    "scripts": {
        "test:phpcs": [
            "phpcs --runtime-set ignore_warnings_on_exit 1 --runtime-set installed_paths vendor/magento/marketplace-eqp --standard=MEQP2 --ignore=vendor/* --ignore=Test/tmp ."
        ]
    },
    "archive": {
        "exclude": [
            "/Vertex for Magento 2 Installation.docx",
            ".gitignore",
            ".gitattributes"
        ]
    }
}