Skip to content

Commit fdd25e1

Browse files
authored
Fix outdated comment (#134)
1 parent 85d25d6 commit fdd25e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ The runtime for [Symfony](https://symfony.com/) is included in the runtime compo
128128

129129
On Symfony < 5.4 session data will not be properly stored when using a "non-traditional"
130130
webserver like Bref, Google, ReactPHP, RoadRunner or Swoole. This problem (or missing
131-
feature) has been added in Symfony 5.4 and 6.0. You need to use the unreleased version
132-
of `symfony/http-kernel` for sessions to work properly.
131+
feature) has been added in Symfony 5.4 and 6.0. You need to use `symfony/http-kernel >= 5.4`
132+
for sessions to work properly.
133133

134134
## Contribute
135135

0 commit comments

Comments
 (0)