Skip to content

Commit

Permalink
Support Laravel 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed committed Jul 3, 2015
1 parent ac899e7 commit 8d266c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8d266c2

Please sign in to comment.