Skip to content

Commit

Permalink
remove details about version reqs, composer sorts this out for us
Browse files Browse the repository at this point in the history
  • Loading branch information
opb committed Feb 4, 2015
1 parent 6da48e4 commit a5b6b4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Hipchat Notifier for Laravel 4

**Note: use version 0.2 for Laravel 4, version 0.3 and above for Laravel 5**

Quickly and easily send messages to Hipchat rooms, backgrounding via the Laravel queue by default. Uses v1 of the Hipchat API, with auth keys (as opposed to v2 with OAuth).

A couple of usage examples:
Expand All @@ -28,10 +26,10 @@ HipchatNotifier::message($message, $options);

## Installation

Install into your Laravel app via composer. Note: use version 0.2 for Laravel 4, version 0.3 and above for Laravel 5.
Install into your Laravel app via composer.

```
"opb/laravel-hipchat": "~0.3",
"opb/laravel-hipchat": "~0.2",
```
and then

Expand Down

0 comments on commit a5b6b4d

Please sign in to comment.