{
    "name": "doekenorg/gf-excel",
    "type": "plugin",
    "license": "GMT",
    "authors": [
        {
            "name": "Doeke Norg",
            "email": "doekenorg@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "phpoffice/phpexcel": "^1.8"
    },
    "autoload": {
        "psr-4": {
            "GFExcel\\": "src/"
        }
    }
}
