From c42dfaceb20d2303f23dfba4f1d8c2ff402c3d79 Mon Sep 17 00:00:00 2001 From: Brett Parson Date: Sun, 30 Aug 2026 21:40:06 -0500 Subject: Advertise Packagist as the install route 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. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f5b75a5..e5ced97 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,16 @@ without being a framework. ## Install -### Via Composer (VCS repository) +### Via Composer (Packagist) ```bash -composer config repositories.miniroute vcs https://src.brett-parson.com/git/miniroute.git composer require brettparson/miniroute:^0.1 ``` +The package is published on +[Packagist](https://packagist.org/packages/brettparson/miniroute); the canonical +source is the [cgit repository](https://src.brett-parson.com/miniroute.git/). + ### Via a local path repository (development) ```json -- cgit v1.2.3