diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-22 12:07:33 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-22 12:07:33 +0200 |
| commit | d587e22f6196631aef5721db2724f64d7897956e (patch) | |
| tree | a6f9a495fc34016d6c9b8a50b04f90b2c30e6f89 | |
| parent | eb9be9ed13bf57247dde71644d881972a25c8848 (diff) | |
| -rw-r--r-- | composer.json | 17 |
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" }, |
