Skip to content

Commit

Permalink
FIX Remove unnecessary methods from trait, adds Composer 2.3 compatib…
Browse files Browse the repository at this point in the history
…ility (#19)
  • Loading branch information
Seldaek authored Apr 1, 2022
1 parent 102c2bc commit a76509e
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/RecipeCommandBehaviour.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,6 @@

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
Expand Down

0 comments on commit a76509e

Please sign in to comment.