{
    "name": "huxx/huxx-connect",
    "description": "A modern, modular WordPress plugin for connecting to external APIs.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Huxx & Co",
            "homepage": "https://huxx.dev"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "autoload": {
        "psr-4": {
            "HuxxConnect\\": "src/"
        },
        "files": [
            "src/Frontend/TemplateFunctions.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "HuxxConnect\\Tests\\": "tests/"
        }
    },
    "require-dev": {
        "brain/monkey": "^2.6",
        "mockery/mockery": "^1.6",
        "phpunit/phpunit": "^11.0",
        "wp-phpunit/wp-phpunit": "^6.7",
        "yoast/phpunit-polyfills": "^3.0"
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    }
}
