diff options
| author | Brett Parson <brett@brett-parson.com> | 2026-08-30 21:40:06 -0500 |
|---|---|---|
| committer | Brett Parson <brett@brett-parson.com> | 2026-08-30 21:40:06 -0500 |
| commit | c42dfaceb20d2303f23dfba4f1d8c2ff402c3d79 (patch) | |
| tree | 6ae676616d17928830d268e8d88ede3fac13d9b7 /README.md | |
| parent | a2b29fe6ffa16a0af5635505df7250f27724260a (diff) | |
| download | miniroute-main.tar.gz miniroute-main.zip | |
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 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
