Skip to content

Commit 0db04a0

Browse files
authored
Support Laravel 5.6 and 5.7
1 parent 0b3d140 commit 0db04a0

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
@@ -22,7 +22,7 @@
2222
"doctrine/dbal": "~2.5",
2323
"broadway/broadway": "~1.0.0",
2424
"broadway/event-store-dbal": "^0.1.2",
25-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
25+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "4.0"

0 commit comments

Comments
 (0)