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

Breadcrumb

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

function PearRepository::__construct

Overrides ArrayRepository::__construct

File

vendor/composer/composer/src/Composer/Repository/PearRepository.php, line 28

Class

PearRepository
Builds list of package from PEAR channel.

Namespace

Composer\Repository

Code

public function __construct() {
    throw new \InvalidArgumentException('The PEAR repository has been removed from Composer 2.x');
}
RSS feed
Powered by Drupal