Skip to content

Commit

Permalink
support symfony 4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Geraads committed Sep 8, 2020
1 parent d59d145 commit 5ccd1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=5.5",
"psr/log": "^1.0",
"symfony/event-dispatcher": "^2.7|^3.0"
"symfony/event-dispatcher": "^3.0|^4.0"
},
"require-dev": {
"ext-amqp": "^1.7",
Expand Down

0 comments on commit 5ccd1ca

Please sign in to comment.