From 012d3286d23e6bda6389f73bdd97b9c3566a7651 Mon Sep 17 00:00:00 2001 From: "hubert.lenoir" Date: Wed, 15 Sep 2021 14:34:50 +0200 Subject: [PATCH] [RateLimiter][Runtime] Remove experimental from README.md --- src/Symfony/Component/RateLimiter/README.md | 5 ----- src/Symfony/Component/Runtime/README.md | 5 ----- 2 files changed, 10 deletions(-) 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 ---------