public function __construct(IOInterface $io, Config $config, EventDispatcher $eventDispatcher = null)
 {
     parent::__construct($io, $config, 'wordpress', CoreInstaller::PACKAGE_TYPE, $eventDispatcher);
 }
 public function __construct(IOInterface $io, Config $config, EventDispatcher $eventDispatcher = null)
 {
     parent::__construct($io, $config, WordPressRepository::PLUGIN_VENDOR, PluginInstaller::PACKAGE_TYPE, $eventDispatcher);
 }
 public function __construct(IOInterface $io, Config $config, EventDispatcher $eventDispatcher = null)
 {
     parent::__construct($io, $config, WordPressRepository::THEME_VENDOR, $eventDispatcher);
 }