From d587e22f6196631aef5721db2724f64d7897956e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Apr 2026 12:07:33 +0200 Subject: add keywords, authors and support in composer.json --- composer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" }, -- cgit