Skip to content

Commit

Permalink
allow Ratchet install in Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhekman committed Jan 10, 2025
1 parent d77c7bc commit 28b9caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added .composer.json.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
, "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5"
, "react/event-loop": ">=0.4"
, "guzzlehttp/psr7": "^1.7|^2.0"
, "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0"
, "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0"
, "symfony/http-foundation": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0"
, "symfony/routing": "^2.6|^3.0|^4.0|^5.0|^6.0|^7.0"
}
, "require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down

0 comments on commit 28b9caa

Please sign in to comment.