Skip to content

Commit 59a0b98

Browse files
authored
Laravel 7 support (#31)
* Add Laravel 7 support * Change travis config
1 parent 437b337 commit 59a0b98

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,17 @@ cache:
55
- $HOME/.composer/cache
66

77
php:
8-
- 7.1
98
- 7.2
10-
- 7.3
119

1210
env:
1311
- ILLUMINATE_VERSION=5.5.*
1412
- ILLUMINATE_VERSION=5.7.*
1513
- ILLUMINATE_VERSION=5.6.*
1614
- ILLUMINATE_VERSION=5.8.*
1715
- ILLUMINATE_VERSION=^6.0
16+
- ILLUMINATE_VERSION=^7.0
1817

19-
matrix: # Laravel 6.0 does not support PHP 7.1
20-
exclude:
21-
- php: 7.1
22-
env: ILLUMINATE_VERSION=^6.0
18+
dist: xenial
2319

2420
before_install:
2521
- composer require illuminate/support:${ILLUMINATE_VERSION} illuminate/http:${ILLUMINATE_VERSION} --no-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"illuminate/http": "^5.5 || ^6.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^3.5 || ^4.0",
26+
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0",
2727
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
2828
"mockery/mockery": "^1.0"
2929
},

0 commit comments

Comments
 (0)