diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-29 14:16:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-29 14:16:07 +0200 |
commit | 7221c1279b48309e5decad7267299cb9285a6d6b (patch) | |
tree | 7c308b849cf90b9a23629b21327a8f44fc867862 /checkpkgist/checkpkgist.php | |
parent | b3813115e187b341c7709cd41e2e19d422780986 (diff) |
checkpkgist: refresh
Diffstat (limited to 'checkpkgist/checkpkgist.php')
-rwxr-xr-x | checkpkgist/checkpkgist.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |