File: Modify-version-conflict-that-confuses-pkg-php-tools.patch

package info (click to toggle)
php-symfony-security-acl 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,020 kB
  • sloc: php: 5,169; sql: 273; makefile: 25; xml: 20
file content (22 lines) | stat: -rw-r--r-- 576 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
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Mon, 11 Oct 2021 18:04:01 -0400
Subject: Modify version conflict that confuses pkg-php-tools

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

diff --git a/composer.json b/composer.json
index 26e56d8..bda5082 100644
--- a/composer.json
+++ b/composer.json
@@ -37,7 +37,7 @@
     },
     "conflict": {
         "doctrine/cache": "<1.11",
-        "doctrine/dbal": "<2.13.1|~3.0.0"
+        "doctrine/dbal": "<2.13.1"
     },
     "extra": {
         "branch-alias": {