Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Mar 14, 2024
1 parent 6b7b5a3 commit 18f2f20
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 130 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "mit",
"require": {
"php": "^7.2|^8.0",
"symfony/messenger": "^4.3 || ^5.0 || ^6.0"
"symfony/messenger": "^4.3 || ^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 18f2f20

Please sign in to comment.