winzou / StateMachineBundle

MIT License
338 stars 43 forks source link

Symfony 4 support (3.4.9 deprecation warning) #46

Closed nmeirik closed 6 years ago

nmeirik commented 6 years ago

Version 0.3.1 claims to be Symfony4 compatible, but when running this version as a part of Symfony 3.4.9, I still get the following deprecation warning:

Auto-registration of the command "winzou\Bundle\StateMachineBundle\Command\winzouStateMachineDebugCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead.
winzou commented 6 years ago

Fixed by #43 ;)

nmeirik commented 6 years ago

Great news! Will there be a new release containing the fix?