cooldownio/plugin

Composer plugin for minimum release age and explicit version blocking.

Maintainers

Package info

github.com/cooldownio/plugin

Type:composer-plugin

pkg:composer/cooldownio/plugin

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.1 2026-06-08 14:43 UTC

This package is not auto-updated.

Last update: 2026-06-08 18:15:20 UTC


README

⚠️ Early proof-of-concept — not ready for use. This package is a placeholder. It installs cleanly but does nothing yet: the plugin class is an empty stub. The API, configuration, and behaviour are all subject to change, and there is no stable release. Don't depend on it in real projects.

A Composer plugin for minimum release age and explicit version blocking — supply-chain guardrails that refuse dependency versions that are too new or explicitly disallowed.

Status

This is the very first scaffold. The intended policies are:

  • Minimum release age — refuse versions published too recently.
  • Explicit version blocking — refuse specific versions or ranges outright.