Closed
Description
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
define('limiters')->allowedTypes('string[]')
in
Additional Context
No response