Skip to content

Commit 81ab873

Browse files
committed
Add support for Laravel 7
1 parent e424337 commit 81ab873

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ matrix:
1616
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
1717
- php: 7.2
1818
env: ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
19+
- php: 7.3
20+
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1921
- php: 7.3
2022
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
2123
- php: 7.3

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"require": {
2424
"php": "^7.1",
2525
"codezero/browser-locale": "^3.0",
26-
"illuminate/support": "^5.6|^6.0"
26+
"illuminate/support": "^5.6|^6.0|^7.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.0",
30-
"orchestra/testbench": "^3.6|^4.0",
31-
"phpunit/phpunit": "^7.0|^8.0"
30+
"orchestra/testbench": "^3.6|^4.0|^5.0",
31+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
3232
},
3333
"scripts": {
3434
"test": "phpunit"

0 commit comments

Comments
 (0)