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

Breadcrumb

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

function JsonManipulator::removeRepository

File

vendor/composer/composer/src/Composer/Json/JsonManipulator.php, line 165

Class

JsonManipulator
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Json

Code

public function removeRepository(string $name) : bool {
    return $this->removeSubNode('repositories', $name);
}
RSS feed
Powered by Drupal