Ensure extension packages in platform repo have php-ext type set
parent
94be5b5c14
commit
9ced107af2
|
@ -661,6 +661,7 @@ class PlatformRepository extends ArrayRepository
|
|||
$packageName = $this->buildPackageName($name);
|
||||
$ext = new CompletePackage($packageName, $version, $prettyVersion);
|
||||
$ext->setDescription('The '.$name.' PHP extension'.$extraDescription);
|
||||
$ext->setType('php-ext');
|
||||
|
||||
if ($name === 'uuid') {
|
||||
$ext->setReplaces([
|
||||
|
|
Loading…
Reference in New Issue