Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 28, 2017
1 parent 89acb01 commit 53dabe7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ matrix:
env: LARAVEL_VERSION=5.3.*
- php: 7.0
env: LARAVEL_VERSION=5.4.*
- php: 7.0
env: LARAVEL_VERSION=5.5.*
- php: 7.1
env: LARAVEL_VERSION=5.1.*
- php: 7.1
Expand All @@ -20,6 +22,8 @@ matrix:
env: LARAVEL_VERSION=5.3.*
- php: 7.1
env: LARAVEL_VERSION=5.4.*
- php: 7.1
env: LARAVEL_VERSION=5.5.*
- php: 7.2
env: LARAVEL_VERSION=5.1.*
- php: 7.2
Expand All @@ -28,6 +32,8 @@ matrix:
env: LARAVEL_VERSION=5.3.*
- php: 7.2
env: LARAVEL_VERSION=5.4.*
- php: 7.2
env: LARAVEL_VERSION=5.5.*

install:
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n
Expand Down
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 GitHub login provider for Laravel 5.

## Installation

This version requires [PHP](https://php.net) 7, and supports Laravel 5.1, 5.2, 5.3, or 5.4.
This version requires [PHP](https://php.net) 7, and supports Laravel 5.1, 5.2, 5.3, 5.4, or 5.5.

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"require": {
"php": "^7.0",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"guzzlehttp/guzzle": "^5.3.1|^6.2.1"
},
"require-dev": {
Expand Down

0 comments on commit 53dabe7

Please sign in to comment.