Skip to content

Commit

Permalink
A site local Drush no longer redispatches to another site local Drush…
Browse files Browse the repository at this point in the history
…. And remove archive:restore (#5927)
  • Loading branch information
weitzman committed Mar 25, 2024
1 parent 604d021 commit d43485b
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 1,161 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"symfony/filesystem": "^6.1",
"symfony/finder": "^6",
"symfony/var-dumper": "^6.0",
"symfony/yaml": "^6.0",
"webflo/drupal-finder": "^1.2"
"symfony/yaml": "^6.0"
},
"require-dev": {
"composer/installers": "^2",
Expand Down
90 changes: 45 additions & 45 deletions composer.lock

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

9 changes: 9 additions & 0 deletions src/Commands/LegacyCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

final class LegacyCommands extends DrushCommands
{
/**
* archive:restore has been removed. A replacement may be available from your web host.
*/
#[CLI\Command(name: 'archive:restore', aliases: ['arr'])]
#[CLI\Obsolete]
public function archiveRestore(): void
{
}

/**
* site:alias-convert has been removed. Please use Drush 11 or convert by hand.
*/
Expand Down

0 comments on commit d43485b

Please sign in to comment.