Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4568d1

Browse files
committed
minor #32478 Remove experimental notice from components (teohhanhui)
This PR was merged into the 4.4 branch. Discussion ---------- Remove experimental notice from components | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A @fabpot: > Nothing can be marked as experimental in 4.4. > > #32277 Commits ------- 390c9a6 Remove experimental notice from components
2 parents f4f5ea6 + 390c9a6 commit c4568d1

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

src/Symfony/Component/HttpClient/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ HttpClient component
33

44
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
55

6-
**This Component is experimental**.
7-
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
8-
are not covered by Symfony's
9-
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
10-
116
Resources
127
---------
138

src/Symfony/Component/Mailer/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ Mailer Component
33

44
The Mailer component helps sending emails.
55

6-
**This Component is experimental**.
7-
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
8-
are not covered by Symfony's
9-
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
10-
116
Resources
127
---------
138

src/Symfony/Component/Messenger/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ Messenger Component
44
The Messenger component helps application send and receive messages to/from other applications or via
55
message queues.
66

7-
**This Component is experimental**.
8-
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
9-
are not covered by Symfony's
10-
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
11-
127
Resources
138
---------
149

src/Symfony/Component/Mime/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ MIME Component
33

44
The MIME component allows manipulating MIME messages.
55

6-
**This Component is experimental**.
7-
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
8-
are not covered by Symfony's
9-
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
10-
116
Resources
127
---------
138

0 commit comments

Comments
 (0)