Skip to content

Commit

Permalink
Allow Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Sep 28, 2023
1 parent fee59c3 commit c4cd2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"ratchet/rfc6455": "^0.3.1",
"react/event-loop": "^1.3",
"react/socket": "^1.11",
"symfony/http-foundation": "^5.4 || ^6.3",
"symfony/routing": "^5.4 || ^6.3"
"symfony/http-foundation": "^5.4 || ^6.3 || ^7.0",
"symfony/routing": "^5.4 || ^6.3 || ^7.0"
},
"require-dev": {
"ext-session": "*",
Expand Down

0 comments on commit c4cd2d8

Please sign in to comment.