From 7330a1ad99dd72f50f6316774013cc5fdc37852a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jul 2025 16:07:21 +0200 Subject: fix packagist API url --- checkpkgist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpkgist.php') diff --git a/checkpkgist.php b/checkpkgist.php index a57ab25..021acba 100755 --- a/checkpkgist.php +++ b/checkpkgist.php @@ -39,7 +39,7 @@ if (!ini_get('date.timezone')) { define ('VERSION', '1.1.0-dev'); class PkgClient { - const URL = 'https://packagist.org/'; + const URL = 'https://repo.packagist.org/'; protected $cache; function __construct () { -- cgit