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

Commit 0a85abf

Browse files
Laravel 5.5
1 parent bc6dcda commit 0a85abf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ matrix:
1212
env: LARAVEL_VERSION=5.3.*
1313
- php: 7.0
1414
env: LARAVEL_VERSION=5.4.*
15+
- php: 7.0
16+
env: LARAVEL_VERSION=5.5.*
1517
- php: 7.1
1618
env: LARAVEL_VERSION=5.1.*
1719
- php: 7.1
@@ -20,6 +22,8 @@ matrix:
2022
env: LARAVEL_VERSION=5.3.*
2123
- php: 7.1
2224
env: LARAVEL_VERSION=5.4.*
25+
- php: 7.1
26+
env: LARAVEL_VERSION=5.5.*
2327
- php: 7.2
2428
env: LARAVEL_VERSION=5.1.*
2529
- php: 7.2
@@ -28,6 +32,8 @@ matrix:
2832
env: LARAVEL_VERSION=5.3.*
2933
- php: 7.2
3034
env: LARAVEL_VERSION=5.4.*
35+
- php: 7.2
36+
env: LARAVEL_VERSION=5.5.*
3137

3238
install:
3339
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A command retry middleware for Laravel 5.
55

66
## Installation
77

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

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

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
],
2020
"require": {
2121
"php": "^7.0",
22-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
23-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
22+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
23+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
2424
},
2525
"require-dev": {
2626
"graham-campbell/analyzer": "^1.1",

0 commit comments

Comments
 (0)