summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-22 12:07:33 +0200
committerRemi Collet <remi@php.net>2026-04-22 12:07:33 +0200
commitd587e22f6196631aef5721db2724f64d7897956e (patch)
treea6f9a495fc34016d6c9b8a50b04f90b2c30e6f89
parenteb9be9ed13bf57247dde71644d881972a25c8848 (diff)
add keywords, authors and support in composer.jsonHEADmaster
-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"
},