{
    "name": "Kudobuzz Plugin",
    "description": "Kudobuzz wordpress plugin",
    "keywords": ["Kudobuzz", "wordpress"],
    "type": "project",
    "require": {
        "nesbot/carbon": "~1.18",
        "vlucas/phpdotenv": "^2.4",
        "guzzlehttp/guzzle": "^6.3",
        "lmc/steward": "~2.3.0",
        "defuse/php-encryption": "^2.1",
        "sentry/sentry": "^1.10"
    },
    "autoload": {
        "psr-4": {
            "Kudobuzz\\": "src/",
            "Tests\\Unit\\": "tests/Unit/",
            "Tests\\Integration\\": "tests/Integration/"
        },
        "files": [
            "src/helpers/env.php",
            "src/helpers/phpEncrypt.php",
            "src/helpers/main.php"
        ] 
    }
}
