From 54aac000ba78f8d6848fe4602710d41c3758c5e2 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 3 Aug 2020 12:55:15 +0200 Subject: [PATCH] Update UPGRADE-2.0.md --- UPGRADE-2.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index c4635814d..a2da9c2e2 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -81,3 +81,5 @@ The providers-api is optional, but if you implement it it should return packages This is also optional, it should accept an optional `?filter=xx` query param, which can contain `*` as wildcards matching any substring. It must return an array of package names as `{"packageNames": ["a/b", "c/d"]}`. See for example. + +It should return the names of package which names match the filter (or all names if no filter is present). Replace/provide rules should not be considered here.