From 1384e72f451ba8ec80753c0cfddd200421c22601 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jul 2025 16:20:28 +0200 Subject: fix packagist API URL --- class/PackagistClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/PackagistClient.php b/class/PackagistClient.php index 5ea8429..023ab1c 100644 --- a/class/PackagistClient.php +++ b/class/PackagistClient.php @@ -41,7 +41,7 @@ require_once 'Cache/Lite.php'; class PackagistClient { - const URL = 'https://packagist.org/'; + const URL = 'https://repo.packagist.org/'; protected $cache; function __construct () -- cgit