Skip to content

Commit

Permalink
MINOR: Improve version constraint for symfony/event-dispatcher
Browse files Browse the repository at this point in the history
Anything less than 4.3 had an incompatible `->dispatch()` method signature
  • Loading branch information
Aaron Carlino authored Mar 18, 2021
1 parent 17afc6b commit 636a7e5
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 @@ -10,7 +10,7 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/framework": "^4.5.1",
"symfony/event-dispatcher": "^4 || ^5",
"symfony/event-dispatcher": "^4.4 || ^5",
"psr/event-dispatcher": "^1",
"php": "^7.2"
},
Expand Down

0 comments on commit 636a7e5

Please sign in to comment.