summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index bfdb2d8..e83a1a9 100644
--- a/composer.json
+++ b/composer.json
@@ -3,6 +3,23 @@
"type": "php-ext",
"license": "BSD-3-Clause",
"description": "RPM information",
+ "keywords": [
+ "rpm",
+ "database",
+ "librpm"
+ ],
+ "authors": [
+ {
+ "name": "Remi Collet",
+ "email": "remi@php.net",
+ "role": "lead"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/remicollet/rpminfo/issues",
+ "source": "https://github.com/remicollet/rpminfo",
+ "docs": "https://www.php.net/rpminfo"
+ },
"require": {
"php": ">= 8.0.0"
},