File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ The HttpClient Component
11
11
12
12
.. versionadded :: 4.3
13
13
14
- The HttpClient component was introduced in Symfony 4.3.
14
+ The HttpClient component was introduced in Symfony 4.3 and it's still
15
+ considered an :doc: `experimental feature </contributing/code/experimental >`.
15
16
16
17
Installation
17
18
------------
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ The Mailer Component
7
7
8
8
The Mailer component helps sending emails.
9
9
10
+ .. versionadded :: 4.3
11
+
12
+ The Mailer component was introduced in Symfony 4.3 and it's still
13
+ considered an :doc: `experimental feature </contributing/code/experimental >`.
14
+
10
15
Installation
11
16
------------
12
17
Original file line number Diff line number Diff line change 6
6
The Mime Component
7
7
==================
8
8
9
- The MIME component allows manipulating the MIME messages used to send emails
9
+ The Mime component allows manipulating the MIME messages used to send emails
10
10
and provides utilities related to MIME types.
11
11
12
+ .. versionadded :: 4.3
13
+
14
+ The Mime component was introduced in Symfony 4.3 and it's still
15
+ considered an :doc: `experimental feature </contributing/code/experimental >`.
16
+
12
17
Installation
13
18
------------
14
19
You can’t perform that action at this time.
0 commit comments