Example #1
0
 /**
  * @return CompletePackage[]
  */
 public function getInstalled()
 {
     $options = $this->getOptions();
     $packages = ComposerService::getInstalledPackages($this->getComposer(), $options['type']);
     return $packages;
 }