From 77753446b67e3c8e37a72d37c8c18805464b7216 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Mar 2018 12:23:51 +0100 Subject: user lower case for packagist request --- checkpkgist.php | 1 + 1 file changed, 1 insertion(+) (limited to 'checkpkgist.php') diff --git a/checkpkgist.php b/checkpkgist.php index 2b8c3d7..4ed6531 100755 --- a/checkpkgist.php +++ b/checkpkgist.php @@ -112,6 +112,7 @@ function getMax($name, $rpm) { function run($name, $rpm) { global $quiet, $verb, $client; + $name = strtolower($name); $len = 50; $limit = getMax($name, $rpm); -- cgit