{
    "name": "ibericode\/vat",
    "description": "PHP library for dealing with EU VAT",
    "keywords": [
        "vat"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Danny van Kooten",
            "email": "hi@dvk.co"
        }
    ],
    "require": {
        "php": ">=7.3",
        "ext-curl": "*",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit\/phpunit": "^9.5",
        "squizlabs\/php_codesniffer": "^3.5"
    },
    "autoload": {
        "psr-4": {
            "KybernautIcDicDeps\\Ibericode\\Vat\\": "src\/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "KybernautIcDicDeps\\Ibericode\\Vat\\Tests\\": "tests\/"
        }
    },
    "config": {
        "preferred-install": "dist"
    },
    "prefer-stable": true,
    "suggest": {
        "ibericode\/vat-bundle": "Symfony bundle for integrating this package",
        "ext-soap": "Needed to support VIES VAT number validation"
    }
}