diff --git a/src/Symfony/Component/RateLimiter/README.md b/src/Symfony/Component/RateLimiter/README.md index 457978e364b92..367df62cf7d5e 100644 --- a/src/Symfony/Component/RateLimiter/README.md +++ b/src/Symfony/Component/RateLimiter/README.md @@ -4,11 +4,6 @@ Rate Limiter Component The Rate Limiter component provides a Token Bucket implementation to rate limit input and output in your application. -**This Component is experimental**. -[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html) -are not covered by Symfony's -[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html). - Getting Started --------------- diff --git a/src/Symfony/Component/Runtime/README.md b/src/Symfony/Component/Runtime/README.md index 0c6c051060415..186ee652201fb 100644 --- a/src/Symfony/Component/Runtime/README.md +++ b/src/Symfony/Component/Runtime/README.md @@ -3,11 +3,6 @@ Runtime Component Symfony Runtime enables decoupling applications from global state. -**This Component is experimental**. -[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html) -are not covered by Symfony's -[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html). - Resources ---------