{
    "require": {
        "google/cloud-dialogflow": "^1.0",
        "symfony/console": "^5.0"
    },
    "autoload": {
        "files": [
            "src/detect_intent_audio.php",
            "src/detect_intent_stream.php",
            "src/detect_intent_texts.php",
            "src/entity_create.php",
            "src/entity_delete.php",
            "src/entity_list.php",
            "src/entity_type_delete.php",
            "src/entity_type_create.php",
            "src/entity_type_list.php",
            "src/intent_create.php",
            "src/intent_delete.php",
            "src/intent_list.php",
            "src/context_create.php",
            "src/context_delete.php",
            "src/context_list.php",
            "src/session_entity_type_create.php",
            "src/session_entity_type_delete.php",
            "src/session_entity_type_list.php"
        ]
    },
    "require-dev": {
        "google/cloud-core": "^1.20"
    },
    "autoload-dev": {
        "psr-4": {"Google\\Cloud\\Samples\\Dialogflow\\": "test/"}
    }
}
