{
    "name": "verticis/commit-review",
    "description": "Webhook Bitbucket -> revisão de commits, release notes e docs doctor via OpenAI/Discord.",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.5"
    },
    "config": {
        "sort-packages": true
    },
    "scripts": {
        "test": "phpunit",
        "lint": "find src bin -name '*.php' -print0 | xargs -0 -n1 php -l && php -l webhook.php && php -l link_discord.php && php -l index.php"
    }
}
