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
|
From: William Desportes <williamdes@wdes.fr>
Date: Wed, 5 Nov 2025 00:02:55 +0100
Subject: Allow Symfony v7
Origin: upstream
Forwarded: https://github.com/phingofficial/phing/pull/1939
Forwarded: https://github.com/phingofficial/phing/pull/1829
Bug-Debian: https://bugs.debian.org/1117004
---
composer.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/composer.json b/composer.json
index d0540e8..d2b7f81 100644
--- a/composer.json
+++ b/composer.json
@@ -67,9 +67,9 @@
"ext-xml": "*",
"sebastian/version": ">2 <7",
"symfony/console": ">5 <8",
- "symfony/filesystem": ">4 <7",
- "symfony/string": ">5 <7",
- "symfony/yaml": ">5 <7"
+ "symfony/filesystem": ">4 <8",
+ "symfony/string": ">5 <8",
+ "symfony/yaml": ">5 <8"
},
"require-dev": {
"ext-curl": "*",
|