aboutsummaryrefslogtreecommitdiff
path: root/composer.json
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 /composer.json
parenta2b29fe6ffa16a0af5635505df7250f27724260a (diff)
downloadminiroute-main.tar.gz
miniroute-main.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 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
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"
},