Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Mar 18, 2016
1 parent b335b7d commit eb90289
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ Teamwork is the fastest and easiest method to add a User / Team association with
<a name="installation" />
## Installation

In order to install Laravel 5 Teamwork, just add
## For Laravel 5.0 / 5.1

"mpociot/teamwork": "~1.0"
"mpociot/teamwork": "~2.0"

to your composer.json. Then run `composer install` or `composer update`.
## For Laravel 5.2

"mpociot/teamwork": "~3.0"


Add the version you need to your composer.json. Then run `composer install` or `composer update`.

(or run `composer require mpociot/teamwork` if you prefere that)

Expand Down

0 comments on commit eb90289

Please sign in to comment.