alexandresalome / doctrine-extra-bundle

Graph features for Doctrine
MIT License
47 stars 18 forks source link

Explicitely register CLI commands #15

Closed nud closed 4 years ago

nud commented 6 years ago

Implicit, automatic registration of CLI commands was deprecated in Symfony 3.4 and will be removed in Symfony 4.0.

gisostallenberg commented 4 years ago

@alexandresalome and/or @OskarStark what can be done to deliver this?

alexandresalome commented 4 years ago

Thank you for contributing! It's merged and released within 0.3.1

gisostallenberg commented 4 years ago

:tada:

gisostallenberg commented 4 years ago

I found out that, because this command is based on ContainerAwareCommand it does not work in newer Sf anyway, I will create a PR for that, if you do not mind...