File: 0002-Workaround-dh_phpcomposer-limitations-765899.patch

package info (click to toggle)
php-league-uri-src 7.5.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,712 kB
  • sloc: php: 16,698; javascript: 127; makefile: 43; xml: 36
file content (21 lines) | stat: -rw-r--r-- 627 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
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Fri, 8 Sep 2023 16:03:09 +0530
Subject: Workaround dh_phpcomposer limitations (#765899)

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

diff --git a/interfaces/composer.json b/interfaces/composer.json
index 1e36a98..7c7db8b 100644
--- a/interfaces/composer.json
+++ b/interfaces/composer.json
@@ -39,7 +39,7 @@
     "require": {
         "php" : "^8.1",
         "ext-filter": "*",
-        "psr/http-message": "^1.1 || ^2.0",
+        "psr/http-message": ">= 1.1",
         "psr/http-factory": "^1"
     },
     "autoload": {