Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RepositorySet.php

function RepositorySet::getRootRequires

@phpstan-return array<string, ConstraintInterface>

Return value

ConstraintInterface[] an array of package name => constraint from the root package, platform requirements excluded

File

vendor/composer/composer/src/Composer/Repository/RepositorySet.php, line 141

Class

RepositorySet
@author Nils Adermann <naderman@naderman.de>

Namespace

Composer\Repository

Code

public function getRootRequires() : array {
    return $this->rootRequires;
}
RSS feed
Powered by Drupal