diff options
Diffstat (limited to 'cleanoldrpm')
-rwxr-xr-x | cleanoldrpm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cleanoldrpm b/cleanoldrpm index cf3a368..e4ee205 100755 --- a/cleanoldrpm +++ b/cleanoldrpm @@ -12,6 +12,7 @@ $multi = [ 'php81-php-pecl-protobuf' => 1, 'php82-php-pecl-protobuf' => 1, 'php83-php-pecl-protobuf' => 1, + 'php84-php-pecl-protobuf' => 1, 'njs' => 99, // njs/0.8.2 'libnjs-devel' => 99, // 'redis' => 3, // redis/6.2 @@ -25,6 +26,7 @@ $multi = [ 'phan' => 1, // phan/3 'roundcubemail' => 4, // roundcubemail/1.x. 'remi-release' => 3, // remi-release/8.5 + 'php-pear-PHP-CodeSniffer' => 1, ]; if (isset($_SERVER['argv'][1])) { $keep = (int)$_SERVER['argv'][1]; |