From d1cbda90e2514594867b0119f84b0130071c75dd Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 1 Oct 2025 10:26:11 +0200 Subject: [PATCH 1/2] require pear/archive_tar --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bdcf9674..2aa717261 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,8 @@ "friendsofphp/php-cs-fixer": "3.87.2", "phpunit/phpunit": "9.5.9", "squizlabs/php_codesniffer": "3.6.0", - "phpstan/phpstan": "^2.1" + "phpstan/phpstan": "^2.1", + "pear/archive_tar": "*" }, "repositories": [ { From 8b80df9519446eed49b72b9197bc91c2aa1357c6 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 1 Oct 2025 10:26:34 +0200 Subject: [PATCH 2/2] set explixit file list for target 'dist', because using distfiles causes errors --- build.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a56c17748..265e6c1e8 100644 --- a/build.xml +++ b/build.xml @@ -102,7 +102,25 @@ - + + + + + + + + + + + + + + + + + + +