function Unpacker::unpackDependencies
Same name and namespace in other branches
- 11.x composer/Plugin/RecipeUnpack/Unpacker.php \Drupal\Composer\Plugin\RecipeUnpack\Unpacker::unpackDependencies()
Unpacks the package's dependencies to the root composer.json and lock file.
File
-
composer/
Plugin/ RecipeUnpack/ Unpacker.php, line 37
Class
- Unpacker
- Handles the details of unpacking a specific recipe.
Namespace
Drupal\Composer\Plugin\RecipeUnpackCode
public function unpackDependencies() : void {
$this->updateComposerJsonPackages();
$this->updateComposerLockContent();
$this->unpackCollection
->markPackageUnpacked($this->package);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.