diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-29 14:25:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-29 14:25:27 +0200 |
commit | 46bc8623ddd543d750922df97c7c6428d5ce15a9 (patch) | |
tree | adb312d0ff55711e44d905734d14bc5d8e9d0266 | |
parent | 6829d14b9f47f43f155cc443ecda1aaf0e1df4b6 (diff) |
exclude psr/http-message-implementation
-rw-r--r-- | class/Parser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/Parser.php b/class/Parser.php index a655fac..04e7977 100644 --- a/class/Parser.php +++ b/class/Parser.php @@ -297,7 +297,7 @@ class Parser { $tot = 0; - $excl = array('psr/log-implementation'); + $excl = array('psr/log-implementation', 'psr/http-message-implementation'); $primary = self::readMetadata($rpmrepo, $row); if ($primary) { |