File: Allow-symfony-6.patch

package info (click to toggle)
phpmyadmin 4%3A5.2.2-really%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140,312 kB
  • sloc: javascript: 228,447; php: 166,904; xml: 17,847; sql: 504; sh: 275; makefile: 209; python: 205
file content (27 lines) | stat: -rw-r--r-- 970 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
From: William Desportes <williamdes@wdes.fr>
Date: Tue, 26 Sep 2023 13:38:06 +0200
Subject: Allow symfony 6

Origin: upstream
Forwarded: https://github.com/phpmyadmin/phpmyadmin/commit/66c640dade16f24c7aeb7506bb5d081ab04e106a
---
 composer.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index d4763a6..8a2ad70 100644
--- a/composer.json
+++ b/composer.json
@@ -66,9 +66,9 @@
         "psr/http-factory": "^1.0",
         "psr/http-message": "^1.0",
         "slim/psr7": "^1.4.1",
-        "symfony/config": "^5.2.3",
-        "symfony/dependency-injection": "^5.2.3",
-        "symfony/expression-language": "^5.2.3",
+        "symfony/config": ">=5.2.3 <7",
+        "symfony/dependency-injection": ">=5.2.3 <7",
+        "symfony/expression-language": ">=5.2.3 <7",
         "symfony/polyfill-ctype": "^1.17.0",
         "symfony/polyfill-mbstring": "^1.17.0",
         "symfony/polyfill-php80": "^1.16",