File: Allow-sebastian-version-v6.patch

package info (click to toggle)
phing 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,868 kB
  • sloc: php: 59,850; xml: 9,713; sql: 78; makefile: 39; sh: 14
file content (23 lines) | stat: -rw-r--r-- 606 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
From: William Desportes <williamdes@wdes.fr>
Date: Mon, 14 Apr 2025 11:14:05 +0200
Subject: Allow sebastian/version v6

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

diff --git a/composer.json b/composer.json
index c691536..be74ffb 100644
--- a/composer.json
+++ b/composer.json
@@ -65,7 +65,7 @@
         "ext-libxml": "*",
         "ext-simplexml": "*",
         "ext-xml": "*",
-        "sebastian/version": ">2.0 <6.0",
+        "sebastian/version": ">2.0 <7.0",
         "symfony/console": ">4 <8.0",
         "symfony/yaml": ">4 <8.0"
     },