diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-05 03:06:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-05 03:07:56 +0900 |
| commit | baf82ff950fef512c3e9bfed30747adce034a92a (patch) | |
| tree | 210149d1201a7f3b667b02a5e66a044f3fb94c74 | |
| parent | ee5d0e84c2060f10c20a4b3e519bf0f928fd170d (diff) | |
| download | php-shirabe-baf82ff950fef512c3e9bfed30747adce034a92a.tar.gz php-shirabe-baf82ff950fef512c3e9bfed30747adce034a92a.tar.zst php-shirabe-baf82ff950fef512c3e9bfed30747adce034a92a.zip | |
docs: describe plugin support and the verified plugin
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ``` |
