{
    "name": "citco/carbon",
    "description": "This is a wrapper for nesbot/carbon which also calculates which days are British bank holidays (England & Wales only).",
    "keywords": ["british","england","wales","bank","holiday","holidays"],
    "license": "MIT",
    "require": {
        "php": "^8.1",
        "nesbot/carbon": "3.*"
    },
    "autoload": {
        "psr-4": {
            "Citco\\": "src/"
        }
    }
}
