File: Simplify-symfony-expression-language-constraints-for-dh_p.patch

package info (click to toggle)
phpmyadmin-motranslator 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,912 kB
  • sloc: php: 1,758; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 655 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
From: William Desportes <williamdes@wdes.fr>
Date: Mon, 11 Sep 2023 12:01:41 +0200
Subject: Simplify symfony/expression-language constraints for dh_phpcomposer

Origin: vendor
Forwarded: not-needed
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 6e70241..3ec88df 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
     },
     "require": {
         "php": "^7.2 || ^8.0",
-        "symfony/expression-language": "^5.0 || ^6.0 || ^7.0"
+        "symfony/expression-language": ">4.0 <8.0"
     },
     "require-dev": {
         "phpmyadmin/coding-standard": "^3.0.0",