summaryrefslogtreecommitdiffstats
path: root/class
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-07 16:20:28 +0200
committerRemi Collet <remi@php.net>2025-07-07 16:20:28 +0200
commit1384e72f451ba8ec80753c0cfddd200421c22601 (patch)
tree269b78fa60a18c8ea986adca2feafa151206375e /class
parenta5feee5594a4e5f1ec498cb81d4eee5bad976d47 (diff)
fix packagist API URLHEADmaster
Diffstat (limited to 'class')
-rw-r--r--class/PackagistClient.php2
1 files changed, 1 insertions, 1 deletions
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 ()