KnpLabs / KnpGaufretteBundle

Easily use Gaufrette in your Symfony projects.
http://knplabs.com
MIT License
717 stars 158 forks source link

Fix/command deprecation #210

Closed nicolasmure closed 5 years ago

nicolasmure commented 5 years ago

Related to #209 . As @timgregg pointed out, the SF 4.2 have a deprecation on the ContainerAwareCommand class, and the services used in a command should be injected as dependencies.

This PR completes the work of #209 by injecting the dependency.

TODO