Skip to content

Commit a2924d0

Browse files
committed
Added support for Laravel 6.3 and 6.4. (refs kkomelin#35)
1 parent 0605fd0 commit a2924d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
env:
99
- LARAVEL_VERSION=5.8.*
1010
- LARAVEL_VERSION=6.0.*
11-
- LARAVEL_VERSION=6.2.*
11+
- LARAVEL_VERSION=6.4.*
1212

1313
matrix:
1414
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.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*",
14-
"illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*",
13+
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*|6.3.*|6.4.*",
14+
"illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*|6.1.*|6.2.*|6.3.*|6.4.*",
1515
"symfony/finder": "^3.2|^4.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)