Skip to content

Commit 04fea37

Browse files
authored
Merge pull request #2 from packbackbooks/laravel-6
DEV-9254 Add support for Laravel 6
2 parents ce63b6d + d32daf6 commit 04fea37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^7.1",
24-
"illuminate/cache": "5.5.*|5.6.*|5.7.*|5.8.*"
24+
"illuminate/cache": "5.5.*|5.6.*|5.7.*|5.8.*|6.*"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)