Skip to content

Commit 18f2f20

Browse files
committed
Allow Symfony 7
1 parent 6b7b5a3 commit 18f2f20

File tree

2 files changed

+425
-130
lines changed

2 files changed

+425
-130
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "mit",
55
"require": {
66
"php": "^7.2|^8.0",
7-
"symfony/messenger": "^4.3 || ^5.0 || ^6.0"
7+
"symfony/messenger": "^4.3 || ^5.0 || ^6.0 || ^7.0"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)