Issue #3417954: Update drush commands to create() method
parent
7433fbf7
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 3 additions, 1 deletion.gitlab-ci.yml
- composer.json 1 addition, 0 deletionscomposer.json
- drush.services.yml 0 additions, 7 deletionsdrush.services.yml
- flake.nix 1 addition, 1 deletionflake.nix
- src/Drush/Commands/MagicCodeCommands.php 18 additions, 6 deletionssrc/Drush/Commands/MagicCodeCommands.php
- tests/src/Functional/MagicCodeCommandsTest.php 168 additions, 0 deletionstests/src/Functional/MagicCodeCommandsTest.php
... | ... | @@ -8,6 +8,7 @@ |
"drupal/verification": "^1.0@RC" | ||
}, | ||
"require-dev": { | ||
"drush/drush": "^11", | ||
"mglaman/drupal-check": "^1.4" | ||
}, | ||
"scripts": { | ||
... | ... |
drush.services.yml
deleted
100644 → 0
Please register or sign in to comment