Skip to content

Commit 9ffd260

Browse files
committed
Allow symfony 7 of event-dispatcher
1 parent 5bd66e2 commit 9ffd260

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
@@ -47,7 +47,7 @@
4747
"symfony/cache-contracts": "^3.0",
4848
"symfony/config": "^6.4 || ^7.4",
4949
"symfony/dependency-injection": "^6.4 || ^7.4",
50-
"symfony/event-dispatcher": "^6.4",
50+
"symfony/event-dispatcher": "^6.4 || ^7.4",
5151
"symfony/event-dispatcher-contracts": "^3.0",
5252
"symfony/expression-language": "^6.4 || ^7.4",
5353
"symfony/http-foundation": "^6.4 || ^7.4",

0 commit comments

Comments
 (0)