Fix pear repo preventing self-update from functioning, fixes #10049

main
Jordi Boggiano 3 years ago
parent a72784c4da
commit 8ce0ea300e
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -27,6 +27,6 @@ class PearRepository extends ArrayRepository
{
public function __construct()
{
throw new \RuntimeException('The PEAR repository has been removed from Composer 2.0');
throw new \InvalidArgumentException('The PEAR repository has been removed from Composer 2.x');
}
}

Loading…
Cancel
Save