Skip to content

Commit 2c72a5c

Browse files
committed
Add support for Laravel 8
1 parent cc4a641 commit 2c72a5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ matrix:
1414
env: LARAVEL_VERSION="5.8.*"
1515
- php: "7.2"
1616
env: LARAVEL_VERSION="^6.0" RUN_CS_FIXER=1
17-
- php: "7.3"
18-
env: LARAVEL_VERSION="^6.0"
1917
- php: "7.3"
2018
env: LARAVEL_VERSION="^7.0"
19+
- php: "7.3"
20+
env: LARAVEL_VERSION="^8.0"
2121
- php: "7.4"
22-
env: LARAVEL_VERSION="^7.0"
22+
env: LARAVEL_VERSION="^8.0"
2323

2424
sudo: false
2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=7.1.3",
77
"ext-json": "*",
8-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
8+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
99
"jenssegers/model": "^1.1",
1010
"nyholm/psr7": "^1.2",
1111
"php-http/discovery": "^1.0",

0 commit comments

Comments
 (0)