1
0
Fork 0

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

pull/10065/head
Jordi Boggiano 2021-08-18 14:22:41 +02:00
parent a72784c4da
commit 8ce0ea300e
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}
}