Skip to content

Commit

Permalink
Update installation guide.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 17, 2015
1 parent 705d843 commit 9f07f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/messages": "3.0.*"
"orchestra/messages": "~3.0"
}
}
```
Expand All @@ -46,7 +46,7 @@ And then run `composer install` from the terminal.

Above installation can also be simplify by using the following command:

composer require "orchestra/messages=3.0.*"
composer require "orchestra/messages=~3.0"


## Configuration
Expand Down

0 comments on commit 9f07f6c

Please sign in to comment.