Skip to content

Commit

Permalink
Composer: allow symfony v6
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 4, 2022
1 parent e70772b commit 92ef116
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 @@ -28,7 +28,7 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
"symfony/event-dispatcher": "^4.3.0 || ^5.0.0"
"symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 92ef116

Please sign in to comment.