{
    "name": "vendor-name/qa-assistant",
    "description": "This is a qa assistant. Feel free to use as template.",
    "type": "wordpress-plugin",
    "license": "GPLv2",
    "authors": [
        {
            "name": "Author Name",
            "email": "admin@example.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=8.0",
        "czproject/git-php": "^4.0"
    },
    "autoload": {
        "psr-4": {
            "QaAssistant\\": "includes/"
        },
        "files": [
            "includes/functions.php"
        ]
    }
}