1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Update the discovering plugins docs

This commit is contained in:
Matthew Brown 2020-10-03 10:23:55 -04:00 committed by GitHub
parent 0475f379aa
commit fcc3df12de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Psalm plugins are distributed as composer packages.
### Discovering plugins
Plugins can be found on Packagist website: https://packagist.org/?type=psalm-plugin or from CLI using `composer search -t psalm-plugin '.'`
You can find a list of plugins on [Psalms own website](https://psalm.dev/plugins), and [also on Packagist](https://packagist.org/?type=psalm-plugin). Alternatively you can get a list via the CLI by typing `composer search -t psalm-plugin '.'`
### Installing plugins