diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-07 16:20:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-07 16:20:28 +0200 |
commit | 1384e72f451ba8ec80753c0cfddd200421c22601 (patch) | |
tree | 269b78fa60a18c8ea986adca2feafa151206375e /class | |
parent | a5feee5594a4e5f1ec498cb81d4eee5bad976d47 (diff) |
Diffstat (limited to 'class')
-rw-r--r-- | class/PackagistClient.php | 2 |
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 () |