### Symfony version(s) affected 7.3.0 ### Description Looks like PR #60155 forgot to add the new 'limiters' config to configureOptions. ### How to reproduce Update to 7.3.0 with a rate limiter configuration described on https://symfony.com/doc/current/rate_limiter.html#configuration ### Possible Solution ```php define('limiters')->allowedTypes('string[]') ``` in https://github.com/symfony/symfony/blob/195f1f123d1328ef534f70e4605948049120ae73/src/Symfony/Component/RateLimiter/RateLimiterFactory.php#L76 ### Additional Context _No response_