File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ middleware and *only* include your own:
1299
1299
buses :
1300
1300
messenger.bus.default :
1301
1301
middleware :
1302
- # service ids that implement Symfony\Component\Messenger\Middleware
1302
+ # service ids that implement Symfony\Component\Messenger\Middleware\MiddlewareInterface
1303
1303
- ' App\Middleware\MyMiddleware'
1304
1304
- ' App\Middleware\AnotherMiddleware'
1305
1305
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ Symfony LTS Versions
230
230
231
231
According to the :doc: `Symfony release process </contributing/community/releases >`,
232
232
"long-term support" (or LTS for short) versions are published every two years.
233
- Check out the `Symfony roadmap `_ to know which is the latest LTS version.
233
+ Check out the `Symfony releases `_ to know which is the latest LTS version.
234
234
235
235
By default, the command that creates new Symfony applications uses the latest
236
236
stable version. If you want to use an LTS version, add the ``--version `` option:
@@ -284,7 +284,7 @@ Learn More
284
284
.. _`The Symfony Demo Application` : https://github.com/symfony/demo
285
285
.. _`Symfony Flex` : https://github.com/symfony/flex
286
286
.. _`PHP security advisories database` : https://github.com/FriendsOfPHP/security-advisories
287
- .. _`Symfony roadmap ` : https://symfony.com/roadmap
287
+ .. _`Symfony releases ` : https://symfony.com/releases
288
288
.. _`Main recipe repository` : https://github.com/symfony/recipes
289
289
.. _`Contrib recipe repository` : https://github.com/symfony/recipes-contrib
290
290
.. _`Symfony Recipes documentation` : https://github.com/symfony/recipes/blob/master/README.rst
You can’t perform that action at this time.
0 commit comments