We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f81ad2 + 73b75e1 commit 6084d0cCopy full SHA for 6084d0c
.travis.yml
@@ -9,6 +9,7 @@ env:
9
- LARAVEL_VERSION=5.8.*
10
- LARAVEL_VERSION=6.4.*
11
- LARAVEL_VERSION=7.0.*
12
+ - LARAVEL_VERSION=8.0.*
13
14
matrix:
15
fast_finish: true
composer.json
@@ -10,8 +10,8 @@
"require": {
"php": ">=5.4.0",
"ext-json": "*",
- "illuminate/support": "^5.4|^6|^7",
- "illuminate/translation": "^5.4|^6|^7",
+ "illuminate/support": "^5.4|^6|^7|^8",
+ "illuminate/translation": "^5.4|^6|^7|^8",
"symfony/finder": "^3.2|^4|^5"
16
},
17
"autoload": {
0 commit comments