Skip to content

Commit c0a7660

Browse files
authored
Update dependencies to fit Laravel 5.8
This should be enough to be compatible with Laravel 5.8 right?
1 parent 4b40fcc commit c0a7660

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"deployer/deployer": "^6.1",
1414
"deployer/recipes": "^6.0",
15-
"illuminate/support": "5.5.*|5.6.*|5.7.*"
15+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)