{
    "name": "doekenorg/gf-entries-in-excel",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-only",
    "authors": [
        {
            "name": "Doeke Norg",
            "email": "doekenorg@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": "^7.1",
        "phpoffice/phpspreadsheet": "~1.9.0",
        "composer/installers": "~1.0"
    },
    "autoload": {
        "psr-4": {
            "GFExcel\\": "src/"
        }
    }
}
