function(ContainerInterface $container) { return new ProVM\ComposeManager\Command\Create($container->get('ROOT'), $container->get('OUTPUT')); }, Symfony\Component\Console\CommandLoader\CommandLoaderInterface::class => function(ContainerInterface $container) { return new Symfony\Component\Console\CommandLoader\ContainerCommandLoader( $container, $container->get('commands') ); } ];