FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Remove deprecated `$defaultName` #437

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

Symfony 6.1 depracates usage of \Symfony\Component\Console\Command\Command::$defaultName - the name is already configured in configure().

See: https://github.com/symfony/symfony/blob/6.1/UPGRADE-6.1.md

tobias-93 commented 2 years ago

Included in #439, thanks!