{
    "name": "Kudobuzz Plugin",
    "description": "Kudobuzz wordpress plugin",
    "keywords": ["Kudobuzz", "wordpress"],
    "type": "project",
    "require": {
        "guzzlehttp/guzzle": "^6.3",
        "sentry/sentry": "^1.10",
        "vlucas/phpdotenv": "^3.6"
    },
    "autoload": {
        "psr-4": {
            "Kudobuzz\\": "src/",
            "Tests\\Unit\\": "tests/Unit/",
            "Tests\\Integration\\": "tests/Integration/"
        },
        "files": [
            "src/helpers/env.php",
            "src/helpers/main.php"
        ] 
    },
    "require-dev": {
        "phpunit/phpunit": "^8.4"
    }
}
