Skip to content

Commit 29b0e31

Browse files
Laravel 5.5
1 parent b773d7b commit 29b0e31

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Laravel TestBench was created by, and is maintained by [Graham Campbell](https:/
1717

1818
## Installation
1919

20-
Laravel TestBench requires [PHP](https://php.net) 7, and supports [PHPUnit](https://phpunit.de/) 6. This particular version supports Laravel 5.1, 5.2, 5.3, or 5.4 only.
20+
Laravel TestBench requires [PHP](https://php.net) 7, and supports [PHPUnit](https://phpunit.de/) 6. This particular version supports Laravel 5.1, 5.2, 5.3, 5.4, or 5.5 only.
2121

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.0",
1414
"graham-campbell/testbench-core": "^2.0",
15-
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*"
15+
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*"
1616
},
1717
"require-dev": {
1818
"graham-campbell/analyzer": "^1.1",

0 commit comments

Comments
 (0)