This project manages its dependencies using Composer and defines a package named magento/module-tax. Learn more
composer.json 1.13 KB
{
    "name": "magento/module-tax",
    "description": "N/A",
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "~7.1.3||~7.2.0",
        "magento/framework": "102.0.*",
        "magento/module-backend": "101.0.*",
        "magento/module-catalog": "103.0.*",
        "magento/module-checkout": "100.3.*",
        "magento/module-config": "101.1.*",
        "magento/module-customer": "102.0.*",
        "magento/module-directory": "100.3.*",
        "magento/module-eav": "102.0.*",
        "magento/module-page-cache": "100.3.*",
        "magento/module-quote": "101.1.*",
        "magento/module-reports": "100.3.*",
        "magento/module-sales": "102.0.*",
        "magento/module-shipping": "100.3.*",
        "magento/module-store": "101.0.*"
    },
    "suggest": {
        "magento/module-tax-sample-data": "Sample Data version: 100.3.*"
    },
    "type": "magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\Tax\\": ""
        }
    },
    "version": "100.3.1"
}