Skip to content

Commit

Permalink
Enable backward compatibility to symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Mar 13, 2024
1 parent c0b9eed commit a15b825
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 @@ -20,7 +20,7 @@
"doctrine/dbal": "^3.8",
"psr/log": "^3.0",
"psr/simple-cache": "^3.0",
"symfony/event-dispatcher": "^7.0"
"symfony/event-dispatcher": "^6.0|^7.0"
},
"require-dev": {
"kubawerlos/php-cs-fixer-custom-fixers": "^3.19",
Expand Down

0 comments on commit a15b825

Please sign in to comment.