From 8d266c2be2145aee9246c2bc75c19efe5a93c795 Mon Sep 17 00:00:00 2001 From: "Syed I.R" Date: Fri, 3 Jul 2015 23:43:09 +0530 Subject: [PATCH] Support Laravel 5.0. --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa18b0..fbea066 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Laravel-GAMP Package ## Quick start -> If you're on Laravel `4.2` or `5.0`, Please check `0.5` branch for installation instructions. +> If you're on Laravel `4.2` or on `5.0` with PHP `5.4` & above, Please use `0.5` branch. ### Installation diff --git a/composer.json b/composer.json index b7457d1..f776a37 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.1.*", + "illuminate/support": "5.0.*|5.1.*", "theiconic/php-ga-measurement-protocol": "^2.0" }, "autoload": {