diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-13 08:21:10 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-13 08:21:10 +0100 |
commit | e0d6c8922d95cf0249fa12a9fdc95f9d2a0c0c20 (patch) | |
tree | 62ac5e51bab9cd35bb31ccccb42da45501eb4d80 /mkmodular | |
parent | 547c31cea829385f1bfab877d85d696df4ab140d (diff) |
add missing r62
Diffstat (limited to 'mkmodular')
-rwxr-xr-x | mkmodular | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) { |