Skip to content

Commit d7ab99e

Browse files
committed
Add Laravel 8 support
1 parent f1bb01a commit d7ab99e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ dist: xenial
55
jobs:
66
fast_finish: true
77
include:
8-
- php: 7.2
9-
env: VERSIONS=--prefer-lowest
108
- php: 7.3
9+
env: VERSIONS=--prefer-lowest
1110
- php: 7.4
1211

1312
before_install:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.16",
24-
"illuminate/console": "~6||~7",
25-
"illuminate/support": "~6||~7",
24+
"illuminate/console": "~6||~7||~8",
25+
"illuminate/support": "~6||~7||~8",
2626
"phpunit/phpunit": "^8.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)