From c2b94a5bf779d348a22dc7e0c51cd5aff21b6645 Mon Sep 17 00:00:00 2001 From: Phoebus Date: Tue, 15 May 2018 20:43:15 +0100 Subject: [PATCH] Installing HipChat via composer I was getting the following error: Class 'HipChat\HipChat' not found After checking composer.json I saw the `suggest` packages. Good to have in the documentation. --- docs/en/plugins/hipchat_notify.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en/plugins/hipchat_notify.md b/docs/en/plugins/hipchat_notify.md index d783af65..392a5a13 100644 --- a/docs/en/plugins/hipchat_notify.md +++ b/docs/en/plugins/hipchat_notify.md @@ -4,6 +4,13 @@ Plugin Hipchat Notify This plugin joins a [HipChat](https://www.hipchat.com/) room and sends a user-defined message, for example a "Build Succeeded" message. +Install via Composer +-------------------- +``` +cd /var/www/php-censor +composer require "hipchat/hipchat-php" +``` + Configuration -------------