Closed
Description
I upgrade to symfony/security-bundle to 5.1 and I got the deprecation warning Since symfony/security-bundle 5.1: Using "anonymous: lazy" to make the firewall lazy is deprecated, use "anonymous: true" and "lazy: true" instead.
But there's nothing about this change in https://symfony.com/doc/current/security.html#a-authentication-firewalls
Sorry I can't make a PR because I believe it would require some explanation why it's now two options and a "New in Version 5.1" box, right?