function RootComposer::__construct

Same name and namespace in other branches
  1. 11.x composer/Plugin/RecipeUnpack/RootComposer.php \Drupal\Composer\Plugin\RecipeUnpack\RootComposer::__construct()

File

composer/Plugin/RecipeUnpack/RootComposer.php, line 32

Class

RootComposer
Provides access to and manipulation of the root composer files.

Namespace

Drupal\Composer\Plugin\RecipeUnpack

Code

public function __construct(private readonly Composer $composer, private readonly IOInterface $io) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.