cooldown/plugin

Composer plugin for minimum release age and explicit version blocking.

Maintainers

Package info

github.com/black-bits/cooldown-plugin

Type:composer-plugin

pkg:composer/cooldown/plugin

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.1 2026-06-04 04:47 UTC

This package is not auto-updated.

Last update: 2026-06-04 08:12:47 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.