Skip to content

Commit ff63b15

Browse files
Allow Symfony 6
1 parent b389e5e commit ff63b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ext-mbstring": "*",
1919
"guzzlehttp/guzzle": "^7.0 || ^6.0",
2020
"psr/cache": "^1.0 || ^2.0",
21-
"symfony/event-dispatcher": "^5.0 || ^4.0 || ^3.0",
21+
"symfony/event-dispatcher": "^6.0 || ^5.0 || ^4.0 || ^3.0",
2222
"psr/log": "^1.0 || ^2.0 || ^3.0",
2323
"guzzlehttp/promises": "^1.3",
2424
"spatie/dns": "^1.4"

0 commit comments

Comments
 (0)