summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-07 16:07:21 +0200
committerRemi Collet <remi@php.net>2025-07-07 16:07:21 +0200
commit7330a1ad99dd72f50f6316774013cc5fdc37852a (patch)
tree6f507cf5daa5c2bafd6a0aab1772921d11b04664
parent66771dd7972e4d7d563ff551896bdea3075e94b7 (diff)
fix packagist API urlHEADmaster
-rw-r--r--checkpkgist.json5
-rwxr-xr-xcheckpkgist.php2
2 files changed, 5 insertions, 2 deletions
diff --git a/checkpkgist.json b/checkpkgist.json
index c0694b5..9c8bc85 100644
--- a/checkpkgist.json
+++ b/checkpkgist.json
@@ -59,6 +59,9 @@
"php-pecl-xpass": "remi\/xpass",
"php-snappy": "kjdev\/snappy",
"php-kjdev-bzip3": "kjdev\/bzip3",
+ "php-brotli": "kjdev\/brotli",
"php-pecl-imagick-im7": "imagick\/imagick",
+ "php-pecl-mailparse": "pecl\/mailparse",
+ "php-noisebynorthwest-php-spx": "noisebynorthwest/php-spx",
"phinx": "robmorgan\/phinx"
-} \ No newline at end of file
+}
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 () {