{
    "name": "wptechsoft/gf-entries-date-range-filter",
    "description": "This addon provides ability to filter the GravityForms Entries by selected date range.",
    "type": "wp-plugin",
    "license": "GPL V2 or Later",
    "authors": [
        {
            "name": "wptechsoft",
            "email": "plugins@wptechsoft.com"
        }
    ],
    "require": {},
    "autoload": {
        "psr-4": {
            "GFEDRF\\": "inc/"
        },
        "classmap": [ "inc" ]
    },
    "minimum-stability": "alpha"
}
