From e0d6c8922d95cf0249fa12a9fdc95f9d2a0c0c20 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Dec 2022 08:21:10 +0100 Subject: add missing r62 --- mkmodular | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mkmodular') diff --git a/mkmodular b/mkmodular index 745c597..be25220 100755 --- a/mkmodular +++ b/mkmodular @@ -245,12 +245,14 @@ function findPackages($from, $dest, $pat) { global $oldrpms; $excl = [ 'php-amqplib', 'php-jsonlint', 'php-cs-fixer', 'php-tecnickcom-tc-lib-unicode-data', - 'php-doctrine-orm', 'php-pear-phing', + 'php-doctrine-orm', 'php-pear-phing', 'php-doctrine-collections', 'php-laminas-i18n', 'php-laminas-mail', 'php-laminas-authentication', 'php-laminas-diactoros2', 'php-laminas-mime', 'php-laminas-i18n-resources', 'php-laminas-memory', 'php-laminas-test', 'php-laminas-validator', 'php-laminas-view', + 'php-laminas-eventmanager', 'php-laminas-form3', 'php-laminas-config3', 'php-laminas-http', 'php-laminas-navigation', + 'php-laminas-psr7bridge', 'php-laminas-inputfilter', 'php-laminas-crypt', 'php-laminas-di3', 'php-laminas-mvc-plugin-flashmessenger', - 'php-react-promise-timer', 'php-laminas-filter', 'php-laminas-router', - 'php-icewind-streams', 'php-masterminds-html5', 'php-league-mime-type-detection', + 'php-react-promise-timer', 'php-laminas-filter', 'php-laminas-router', 'php-react-http', + 'php-icewind-streams', 'php-masterminds-html5', 'php-league-mime-type-detection', 'php-monolog2', ]; $rpms = []; foreach (glob("$from/$pat") as $file) { -- cgit