File: 0003-Remove-not-usable-flysystem-aws-s3-v3-in-Debian-move.patch

package info (click to toggle)
dmarc-srg 2.3-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 2,376 kB
  • sloc: php: 14,268; javascript: 7,190; sh: 75; python: 33; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 830 bytes parent folder | download | duplicates (2)
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": {