1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: William Desportes <williamdes@wdes.fr>
Date: Sat, 25 Jan 2025 00:41:50 +0100
Subject: Remove not usable flysystem-aws-s3-v3 in Debian,
move phpmailer to suggests
Origin: vendor
Forwarded: not-needed
---
composer.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/composer.json b/composer.json
index de82470..ecac903 100644
--- a/composer.json
+++ b/composer.json
@@ -17,11 +17,10 @@
"ext-mbstring": "*",
"ext-pdo_mysql": "*",
"ext-xml": "*",
- "ext-zip": "*",
- "phpmailer/phpmailer": "^6.8.0",
- "league/flysystem-aws-s3-v3": "^2.5 || ^3.25.1"
+ "ext-zip": "*"
},
"suggest": {
+ "phpmailer/phpmailer": "^6.8.0",
"ext-imap": "Needed to process incoming DMARC reports stored in a mailbox"
},
"config": {
|