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.
This commit is contained in:
Phoebus 2018-05-15 20:43:15 +01:00 committed by GitHub
parent b3b19f5b99
commit c2b94a5bf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------------