{
    "name": "davisonpro/floating-contacts",
    "description": "A WordPress plugin that adds a customizable floating contact button to your website.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Davison Pro",
            "email": "davis@davisonpro.dev"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "scripts": {
        "test": "phpunit"
    }
}