{
    "name": "wods-agency/wods-webhook-for-contact-form-7",
    "description": "A plugin to send Contact Form 7 submissions to any webhook endpoint, with optional Bearer token authentication.",
    "type": "wordpress-plugin",
    "require": {
        "php": ">=7.0",
        "wpackagist-plugin/contact-form-7": "^5.0"
    },
    "autoload": {
        "psr-4": {
            "WodsAgency\\WodsWebhookCF7\\": "includes/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}