From bfca564f4046723b4925ad101a8abe105482e849 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Jan 2026 12:05:12 +0100 Subject: fix os-families for packagist --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e7e64cc..6d62481 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "php-ext": { "extension-name": "rpminfo", - "os-families": "linux", + "os-families": ["linux"], "configure-options": [] } } -- cgit