Skip to content

Commit 809465b

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: use a lovercase title for the link. refs #12638 fix supported installable version formats Fix broken link for multiple messenger buses remove gender-related terms from HTTP fundamentals diagrams
2 parents d3f812f + e7e6f47 commit 809465b

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

_images/http/xkcd-full.png

-18.6 KB
Loading

_images/http/xkcd-request.png

-10.9 KB
Loading

messenger/message-recorder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Transactional Messages: Handle New Messages After Handling is Done
66

77
A message handler can ``dispatch`` new messages during execution, to either the
88
same or a different bus (if the application has
9-
`multiple buses </messenger/multiple_buses>`_). Any errors or exceptions that
9+
:doc:`multiple buses </messenger/multiple_buses>`). Any errors or exceptions that
1010
occur during this process can have unintended consequences, such as:
1111

1212
- If using the ``DoctrineTransactionMiddleware`` and a dispatched message throws

setup.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ stable version. If you want to use an LTS version, add the ``--version`` option:
243243
# use the 'next' Symfony version to be released (still in development)
244244
$ symfony new my_project_name --version=next
245245
246-
# use a specific Symfony version
247-
$ symfony new my_project_name --version=3.3.10
248-
$ symfony new my_project_name --version=4.3.1
249-
250246
The Symfony Demo application
251247
----------------------------
252248

0 commit comments

Comments
 (0)