psalm/psalm-plugin-api

Stable, semantically versioned API for Psalm plugins

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:metapackage

pkg:composer/psalm/psalm-plugin-api

1.0.0 2026-01-12 21:09 UTC

This package is auto-updated.

Last update: 2026-01-13 16:21:37 UTC


README

This package must be required by Psalm plugins in order to require a specific version of the Psalm plugin API.

This is a separate, empty metapackage: its major version will be bumped every time a breaking change occurs within Psalm's plugin API; minors will also be bumped when adding new features to Psalm's plugin API.

This allows breaking changes within Psalm's plugin API, without requiring a major in Psalm itself (which will be reserved only for breaking changes in the CLI API or other major behavioral changes).

Current release: 1.0.0.

Changelog

1.0.0

First release.