aboutsummaryrefslogtreecommitdiff
path: root/docs/roadmap.md
diff options
context:
space:
mode:
authorBrett Parson <brett@brett-parson.com>2026-08-30 21:40:06 -0500
committerBrett Parson <brett@brett-parson.com>2026-08-30 21:40:06 -0500
commitc42dfaceb20d2303f23dfba4f1d8c2ff402c3d79 (patch)
tree6ae676616d17928830d268e8d88ede3fac13d9b7 /docs/roadmap.md
parenta2b29fe6ffa16a0af5635505df7250f27724260a (diff)
downloadminiroute-c42dfaceb20d2303f23dfba4f1d8c2ff402c3d79.tar.gz
miniroute-c42dfaceb20d2303f23dfba4f1d8c2ff402c3d79.zip
Advertise Packagist as the install routeHEADmain
Update the README to composer require brettparson/miniroute, note the Packagist publication in the changelog and roadmap, and record the Packagist update step in the release flow.
Diffstat (limited to 'docs/roadmap.md')
-rw-r--r--docs/roadmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/roadmap.md b/docs/roadmap.md
index fd2e698..52cfeaa 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -63,8 +63,8 @@ Gate: the realistic stress section passes against the real controllers.
- `18h.1` — API freeze review of the public surface (attributes, interfaces,
exceptions, `Router` methods).
-- `18h.2` — Dogfood via Composer: parsonwebsite consumes the package from the
- published VCS remote.
+- `18h.2` — Dogfood via Composer: parsonwebsite consumes `brettparson/miniroute`
+ from Packagist (already published at v0.1.0) as a versioned dependency.
- `18h.3` — CI benchmark gates: full-table registration < 5ms, dispatch
< 0.1ms, full suite green.
- `18h.4` — Tag `v1.0.0`, publish, strict-SemVer policy from here.