Skip to content

Commit 922a0f5

Browse files
Support Laravel 5.8.*
1 parent 24003fc commit 922a0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
12+
"illuminate/database": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)