Skip to content

Commit 6084d0c

Browse files
authored
Merge pull request kkomelin#48 from dacoto97/patch-1
Added initial support for Laravel 8.
2 parents 4f81ad2 + 73b75e1 commit 6084d0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- LARAVEL_VERSION=5.8.*
1010
- LARAVEL_VERSION=6.4.*
1111
- LARAVEL_VERSION=7.0.*
12+
- LARAVEL_VERSION=8.0.*
1213

1314
matrix:
1415
fast_finish: true

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"require": {
1111
"php": ">=5.4.0",
1212
"ext-json": "*",
13-
"illuminate/support": "^5.4|^6|^7",
14-
"illuminate/translation": "^5.4|^6|^7",
13+
"illuminate/support": "^5.4|^6|^7|^8",
14+
"illuminate/translation": "^5.4|^6|^7|^8",
1515
"symfony/finder": "^3.2|^4|^5"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)