diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-07 16:07:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-07 16:07:21 +0200 |
commit | 7330a1ad99dd72f50f6316774013cc5fdc37852a (patch) | |
tree | 6f507cf5daa5c2bafd6a0aab1772921d11b04664 /checkpkgist.php | |
parent | 66771dd7972e4d7d563ff551896bdea3075e94b7 (diff) |
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-x | checkpkgist.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |