{
    "name": "invoiceninja/ubl_invoice",
    "description": "A PHP wrapper for UBL invoices - forked from CleverIT",
    "keywords": [
        "ubl", "invoice", "ublinvoice", "cleverit", "clever invoice", "electronic invoice", "xml", "xml invoice"
    ],
    "homepage": "https://github.com/invoiceninja/UBL_invoice",
    "license": "MIT",
    "authors": [
        {
            "name": "Bram van Eijk | CleverIT",
            "email": "bram@cleverit.nl",
            "homepage": "http://www.cleverit.nl",
            "role": "Developer"
        },
        {
            "name": "David Bomba",
            "email": "turbo124@gmail.com"
        }
    ],

    "require": {
        "sabre/xml": "^4.0",
        "goetas-webservices/xsd2php-runtime": "^0.2.17",
        "dallgoot/yaml": "0.9.1.2",
        "illuminate/collections": "^10|^11|^12"
    },

    "autoload": {
        "psr-4": {
            "CleverIt\\UBL\\Invoice\\": ["src/"]
        }
    },

    "require-dev": {
        "phpunit/phpunit": "^10",
        "greenter/ubl-validator": "^2",
        "phpstan/phpstan": "^1.10",
        "goetas-webservices/xsd-reader": "^0.4.4",
        "symfony/console": "^6.4",
        "milo/schematron": "^1.0",
        "genkgo/xsl": "^1.3",
        "goetas-webservices/xsd2php": "^0.4.13"
    },

    "autoload-dev": {
        "psr-4": {
            "CleverIt\\UBL\\Invoice\\Tests\\": "tests/"
        }
    }
}
