Skip to content

Commit

Permalink
allow symfony 4 event dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Mar 4, 2018
1 parent 2dff235 commit 40509d5
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 @@ -17,7 +17,7 @@
"require" : {
"masterminds/html5" : "^2.1.2",
"twig/twig" : "^1.28||^2.0",
"symfony/event-dispatcher" : "^2.1||^3.0",
"symfony/event-dispatcher" : "^2.1||^3.0||^4.0",
"php" : ">=5.3.3"
},
"require-dev" : {
Expand Down

0 comments on commit 40509d5

Please sign in to comment.