Skip to content

Commit

Permalink
Merge pull request #5 from tideways/Symfony7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
beberlei authored Mar 14, 2024
2 parents 6b7b5a3 + 18f2f20 commit 8e285c5
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 8e285c5

Please sign in to comment.