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. --- composer.json | 1 + 1 file changed, 1 insertion(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index dcda42e..0950425 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "A small attribute-based routing and middleware kernel for PHP applications.", "type": "library", "license": "MIT", + "keywords": ["routing", "router", "middleware", "attributes", "php"], "require": { "php": ">=8.2" }, -- cgit v1.2.3