{
    "name": "factur-x/order-system",
    "description": "PHP generic order recording system with Factur-X invoice generation",
    "type": "library",
    "license": "MIT",
    "require": {
        "php": ">=8.0",
        "ext-pdo": "*",
        "ext-json": "*",
        "tecnickcom/tcpdf": "^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    },
    "autoload": {
        "psr-4": {
            "FacturX\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FacturX\\Tests\\": "tests/"
        }
    }
}
