{
    "name":             "nimmneun/onesheet",
    "description":      "OneSheet is a fast and lightweight single/multi sheet excel/xlsx file writer for PHP 5.4+, PHP 7 & PHP 8 with styling and cell auto-sizing support.",
    "homepage":         "https://github.com/nimmneun/onesheet",
    "type":             "library",
    "license":          "MIT",
    "keywords":          [
        "excel",
        "xlsx",
        "excel2007",
        "excel writer",
        "spreadsheet writer"
    ],
    "authors": [
        {
            "name":     "Stefan",
            "email":    "nimmneun@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "OneSheet\\": "src/OneSheet/"
        }
    },
    "require": {
        "php": ">=5.4.4",
        "ext-zip": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^4"
    },
    "suggest": {
        "ext-mbstring": "Required for cell width auto sizing",
        "ext-gd": "Required for accurate cell width sizing only."
    }
}
