diff --git a/src/RecipeCommandBehaviour.php b/src/RecipeCommandBehaviour.php index 27cc83a..8354ac5 100644 --- a/src/RecipeCommandBehaviour.php +++ b/src/RecipeCommandBehaviour.php @@ -14,31 +14,6 @@ use Symfony\Component\Console\Output\OutputInterface; trait RecipeCommandBehaviour { - /** - * Gets the application instance for this command. - * - * @return Application An Application instance - */ - public abstract function getApplication(); - - /** - * @param bool $required - * @param bool|null $disablePlugins - * @throws \RuntimeException - * @return Composer - */ - public abstract function getComposer($required = true, $disablePlugins = null); - - /** - * Removes the cached composer instance - */ - public abstract function resetComposer(); - - /** - * @return IOInterface - */ - abstract public function getIO(); - /** * @param OutputInterface $output * @param string $recipe