From d19abbb0b69e922aa22d96cc916317618461c4ff Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Thu, 25 Aug 2016 15:05:03 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5128e92..ef7eaba 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,18 @@ Teamwork is the fastest and easiest method to add a User / Team association with ## Installation -## For Laravel 5.0 / 5.1 +## For Laravel 5.3 - "mpociot/teamwork": "~2.0" + "mpociot/teamwork": "~4.0" ## For Laravel 5.2 "mpociot/teamwork": "~3.0" +## For Laravel 5.0 / 5.1 + + "mpociot/teamwork": "~2.0" + Add the version you need to your composer.json. Then run `composer install` or `composer update`.