Skip to content

Commit

Permalink
Bring back grasmash commands (#5977)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed May 1, 2024
1 parent 995bca1 commit 85cc0df
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 60 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -56,7 +56,7 @@
},
"require-dev": {
"composer/installers": "^2",
"cweagans/composer-patches": "~1.0",
"cweagans/composer-patches": "~1.7.3",
"drupal/core-recommended": "^10.2.5 || 11.x-dev",
"drupal/semver_example": "2.3.0",
"jetbrains/phpstorm-attributes": "^1.0",
Expand Down
111 changes: 54 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/Application.php
Expand Up @@ -313,9 +313,8 @@ public function configureAndRegisterCommands(InputInterface $input, OutputInterf
// any of the configuration steps we do here.
$this->configureIO($input, $output);

// @TODO Bring this back when yaml-ci supports Symfony7.
// Directly add the yaml-cli commands.
// $this->addCommands($this->serviceManager->instantiateYamlCliCommands());
$this->addCommands($this->serviceManager->instantiateYamlCliCommands());

// Find the command handlers that we can instantiate without bootstrapping Drupal
$commandClasses = $this->serviceManager->discover($commandfileSearchpath, '\Drush');
Expand Down

0 comments on commit 85cc0df

Please sign in to comment.