From baf82ff950fef512c3e9bfed30747adce034a92a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 5 Aug 2026 03:06:00 +0900 Subject: docs: describe plugin support and the verified plugin Co-Authored-By: Claude Fable 5 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dd5a313a..f9f63354 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ It aims at 100% compatibility with Composer, including the plugin API. *WORK IN PROGRESS*: while full compatibility is the goal, the project is at an early stage and still has many incompatibilities and bugs. See [known incompatibilities](./docs/known-incompatibilities.md) for the differences that will remain intentionally. +## Plugins + +Shirabe runs Composer plugins using the system-provided real PHP. The plugin API is partially implemented. The following plugins are verified to work: + +* [phpstan/extension-installer](https://github.com/phpstan/extension-installer) + + ## Build ``` -- cgit v1.3.1