Merge pull request #9101 from stof/patch-1
Fix the example link for the list endpointpull/9115/head
commit
e008a4f4a5
|
@ -80,4 +80,4 @@ 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 https://packagist.org/packages/list.json?filter=composer/* for example.
|
||||
It must return an array of package names as `{"packageNames": ["a/b", "c/d"]}`. See <https://packagist.org/packages/list.json?filter=composer/*> for example.
|
||||
|
|
Loading…
Reference in New Issue