mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Improve error reporting of solver issues, refs #7779
Fixes #8525 Fixes #6513
This commit is contained in:
parent
f611c641db
commit
3fc7e10c5c
34 changed files with 482 additions and 223 deletions
|
@ -58,4 +58,9 @@ class PackageRepository extends ArrayRepository
|
|||
$this->addPackage($package);
|
||||
}
|
||||
}
|
||||
|
||||
public function getRepoName()
|
||||
{
|
||||
return preg_replace('{^array }', 'package ', parent::getRepoName());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue