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
[x] explicitly require a version of Gaufrette having the FilesystemMapInterface
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
FilesystemMapInterface