Skip to content

Commit

Permalink
Added support for Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Sorec committed Mar 18, 2019
1 parent 722e5fd commit b7f01d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A [Segment](https://segment.com/) bridge for Laravel 5.

## Installation

This version requires [PHP](https://php.net) 7.1 or 7.2, and supports Laravel 5.5 - 5.7 only.
This version requires [PHP](https://php.net) 7.1 or 7.2, and supports Laravel 5.5 - 5.8 only.

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": "5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*",
"illuminate/config": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"segmentio/analytics-php": "~1.5.2"
},
"require-dev": {
Expand Down

0 comments on commit b7f01d9

Please sign in to comment.