From 7221c1279b48309e5decad7267299cb9285a6d6b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jul 2015 14:16:07 +0200 Subject: checkpkgist: refresh --- checkpkgist/checkpkgist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpkgist/checkpkgist.php') diff --git a/checkpkgist/checkpkgist.php b/checkpkgist/checkpkgist.php index 06a6cb1..7217198 100755 --- a/checkpkgist/checkpkgist.php +++ b/checkpkgist/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