Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #33 from madewithlove/laravel-7-support
Browse files Browse the repository at this point in the history
Add support for Laravel 7
  • Loading branch information
jdrieghe authored Mar 23, 2020
2 parents 57af220 + aea13c0 commit e312d6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"php": ">=7",
"doctrine/dbal": "~2.5",
"broadway/broadway": "~1.0.0",
"illuminate/console": "^5.4|^5.5|^6",
"illuminate/database": "^5.4|^5.5|^6",
"illuminate/events": "^5.4|^5.5|^6",
"illuminate/support": "^5.4|^5.5|^6",
"illuminate/console": "^5.4|^5.5|^6|^7",
"illuminate/database": "^5.4|^5.5|^6|^7",
"illuminate/events": "^5.4|^5.5|^6|^7",
"illuminate/support": "^5.4|^5.5|^6|^7",
"matthiasnoback/broadway-serialization": "~2.0",
"broadway/broadway-saga": "^0.2.0",
"broadway/event-store-dbal": "^0.1.0",
Expand Down

0 comments on commit e312d6f

Please sign in to comment.