Skip to content

Commit 50a80e7

Browse files
Laravel 8 support (#24)
1 parent 5be229e commit 50a80e7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ matrix:
2727
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
2828
- php: 7.4
2929
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
30+
- php: 7.4
31+
env: LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
3032

3133
before_install:
3234
- travis_retry composer self-update

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"illuminate/container": "^6.0|^7.0",
26-
"illuminate/console": "^6.0|^7.0",
27-
"illuminate/contracts": "^6.0|^7.0",
28-
"illuminate/database": "^6.0|^7.0",
29-
"illuminate/support": "^6.0|^7.0"
25+
"illuminate/container": "^6.0|^7.0|^8.0",
26+
"illuminate/console": "^6.0|^7.0|^8.0",
27+
"illuminate/contracts": "^6.0|^7.0|^8.0",
28+
"illuminate/database": "^6.0|^7.0|^8.0",
29+
"illuminate/support": "^6.0|^7.0|^8.0"
3030
},
3131
"require-dev": {
3232
"orchestra/testbench": "^4.0|^5.0",

0 commit comments

Comments
 (0)