Skip to content

Commit 92ef116

Browse files
committed
Composer: allow symfony v6
1 parent e70772b commit 92ef116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"phpstan/phpstan-deprecation-rules": "^1.0",
2929
"phpstan/phpstan-nette": "^1.0",
3030
"phpstan/phpstan-strict-rules": "^1.0",
31-
"symfony/event-dispatcher": "^4.3.0 || ^5.0.0"
31+
"symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)