We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0605fd0 commit a2924d0Copy full SHA for a2924d0
.travis.yml
@@ -8,7 +8,7 @@ php:
8
env:
9
- LARAVEL_VERSION=5.8.*
10
- LARAVEL_VERSION=6.0.*
11
- - LARAVEL_VERSION=6.2.*
+ - LARAVEL_VERSION=6.4.*
12
13
matrix:
14
fast_finish: true
composer.json
@@ -10,8 +10,8 @@
"require": {
"php": ">=5.4.0",
"ext-json": "*",
- "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*",
- "illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*",
+ "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*|6.3.*|6.4.*",
+ "illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*|6.3.*|6.4.*",
15
"symfony/finder": "^3.2|^4.0"
16
},
17
"autoload": {
0 commit comments