aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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"
},