{
    "name": "pijush/respacio-houzez-import",
    "description": "Wordpress Plugin of Respacio CRM to import and export houzez data",
    "type": "project",
    "license": "GPLv2",
    "autoload": {
        "psr-4": {
            "RespacioHouzezImport\\": "includes/"
        }
    },
    "authors": [
        {
            "name": "Pijush Gupta",
            "email": "pijush@live.com"
        }
    ],
    "config": {
        "platform": {
            "php": "^7.4"
         },
         "platform-check": false
    },
   
    "minimum-stability": "stable",
    "require": {
        "php": "^7.4",
        "phpoffice/phpspreadsheet": "^1.29"
    }
}
