From a629f667db3c51c765e92553afc39abf353bf1be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jul 2015 14:16:07 +0200 Subject: checkpkgist: refresh --- checkpkgist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpkgist.php') diff --git a/checkpkgist.php b/checkpkgist.php index 06a6cb1..7217198 100755 --- a/checkpkgist.php +++ b/checkpkgist.php @@ -68,7 +68,7 @@ class PkgClient { function run($name, $rpm) { global $quiet, $verb, $client; - if (in_array($name, ['znerol/php-stringprep'])) { + if (in_array($name, ['znerol/php-stringprep', 'psr/http-message-implementation'])) { return; } list($owner, $library) = explode('/', $name, 2); -- cgit