From d540ec8f2b2633f944d1af9169c53c7974330d71 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 6 Feb 2025 16:36:45 +0100 Subject: [PATCH] use local composer.phar if exists --- build.xml | 11 ++++++++--- composer-dist.json | 7 +++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index af197c585..3c48c9c24 100644 --- a/build.xml +++ b/build.xml @@ -16,7 +16,7 @@ - + @@ -73,8 +73,13 @@ - - + + + + + + + diff --git a/composer-dist.json b/composer-dist.json index 8166b952d..40c114d17 100644 --- a/composer-dist.json +++ b/composer-dist.json @@ -6,18 +6,21 @@ }, "require": { "robthree/twofactorauth": "^1.5", - "sabre/dav": "^4.", - "sabre/xml": "*", "slim/slim": "^4.0", "guzzlehttp/psr7": "*", "erusev/parsedown": "*", "erusev/parsedown-extra": "*", + "mibe/feedwriter": "^1.1", + "phpoffice/phpspreadsheet": "*", + "sabre/xml": "*", + "sabre/dav": "^4.", "pear/log": "*", "pear/mail": "*", "pear/mail_mime": "*", "pear/net_smtp": "*", "pear/auth_sasl": "*", "pear/db": "*", + "dragonmantank/cron-expression": "^3.1", "alecrabbit/php-console-colour": "*", "zf1/zend-search-lucene": "*", "symfony/http-foundation": "^5.4",