Skip to content

Commit cf5aecb

Browse files
committed
Add support for Laravel 7
1 parent 7c406b2 commit cf5aecb

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
@@ -12,6 +12,8 @@ matrix:
1212
env: ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
1313
- php: 7.2
1414
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
15+
- php: 7.3
16+
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1517
- php: 7.3
1618
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
1719
- php: 7.3

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"require": {
1818
"php": "^7.1",
1919
"codezero/dotenv-updater": "^1.1",
20-
"illuminate/support": "^5.7|^6.0"
20+
"illuminate/support": "^5.7|^6.0|^7.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^3.7|^4.0",
24-
"phpunit/phpunit": "^7.0|^8.0"
23+
"orchestra/testbench": "^3.7|^4.0|^5.0",
24+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2525
},
2626
"scripts": {
2727
"test": "phpunit"

0 commit comments

Comments
 (0)