{
    "name": "ilachat/wp-plugin",
    "description": "integrate ILACHAT with WordPress",
    "type": "wordpress-plugin",
    "autoload": {
        "psr-4": {
            "Ilachat\\WpPlugin\\": "src/"
        }
    },
    "authors": [
        {
            "name": "ILACHAT Team",
            "email": "developers@ila.chat"
        }
    ],
    "require": {
        "league/html-to-markdown": "*"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": false
        }
    }
}
