cooldown / plugin
Composer plugin for minimum release age and explicit version blocking.
Package info
github.com/black-bits/cooldown-plugin
Type:composer-plugin
pkg:composer/cooldown/plugin
Requires
- php: >=8.0
- composer-plugin-api: ^2.3
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.