File: 0009-Workaround-dh_phpcomposer-limitations.patch

package info (click to toggle)
composer 2.8.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,768 kB
  • sloc: php: 77,502; makefile: 59; xml: 39
file content (31 lines) | stat: -rw-r--r-- 1,167 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
22
23
24
25
26
27
28
29
30
31
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Sat, 18 Jun 2022 11:39:35 +0200
Subject: Workaround dh_phpcomposer limitations

Bug-Debian: https://bugs.debian.org/765899
---
 composer.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/composer.json b/composer.json
index d134596..6442a56 100644
--- a/composer.json
+++ b/composer.json
@@ -33,12 +33,12 @@
         "psr/log": "^1.0 || ^2.0 || ^3.0",
         "seld/jsonlint": "^1.4",
         "seld/phar-utils": "^1.2",
-        "symfony/console": "^5.4.47 || ^6.4.25 || ^7.1.10",
-        "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.1.10",
-        "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.1.10",
-        "symfony/process": "^5.4.47 || ^6.4.25 || ^7.1.10",
+        "symfony/console": "> 6.4.25",
+        "symfony/filesystem": "> 6.4.24",
+        "symfony/finder": "> 6.4.24",
+        "symfony/process": "> 6.4.25",
         "react/promise": "^3.3",
-        "composer/pcre": "^2.2 || ^3.2",
+        "composer/pcre": "^3.2",
         "symfony/polyfill-php73": "^1.24",
         "symfony/polyfill-php80": "^1.24",
         "symfony/polyfill-php81": "^1.24",