summaryrefslogtreecommitdiffstats
path: root/checkpkgist.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-29 14:16:07 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-29 14:16:07 +0200
commita629f667db3c51c765e92553afc39abf353bf1be (patch)
treeee730e2ef991e0aae81213585c9b867bacf4976f /checkpkgist.php
parent3798ba97f971007f08cd2ffa792eef201f2e3662 (diff)
checkpkgist: refresh
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-xcheckpkgist.php2
1 files changed, 1 insertions, 1 deletions
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);