{
    "name": "ddrt/invoicing",
    "description": "invoicing module",
    "version": "1.0.4.1",
    "license": "MIT",
    "authors": [
        {
            "name": "Zareef Hussain",
            "email": "zareef.hussain@ddrt.co.uk"
        }
    ],
    "require": {},
    "require-dev": {
        "orchestra/testbench": "^5.3"
    },
    "autoload": {
        "psr-4": {
            "ddrt\\Invoicing\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ddrt\\Invoicing\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers" : [
                "ddrt\\Invoicing\\InvoicingServiceProvider"
            ]
        }
    }
}
