File: 0005-Relax-versioned-dependency.patch

package info (click to toggle)
spip 4.3.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,560 kB
  • sloc: php: 281,160; javascript: 67,863; xml: 4,387; sh: 165; makefile: 80
file content (21 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Mon, 4 Mar 2024 22:21:05 +0100
Subject: Relax versioned dependency

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 01506c9..33ec14b 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
         "ext-xml": "*",
         "ext-zip": "*",
         "algo26-matthias/idna-convert": "^3.1",
-        "symfony/deprecation-contracts": "^2.5",
+        "symfony/deprecation-contracts": ">2.5",
         "symfony/polyfill-mbstring": "^1.31",
         "symfony/polyfill-php80": "^1.31",
         "symfony/polyfill-php81": "^1.31",