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
|
From: William Desportes <williamdes@wdes.fr>
Date: Fri, 11 Apr 2025 22:37:25 +0200
Subject: Allow older versions of jshrink
Debian is out of date
Origin: vendor
Forwarded: not-needed
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index 9ccca20..a529747 100644
--- a/composer.json
+++ b/composer.json
@@ -68,7 +68,7 @@
"symfony/process": "~5.4.0",
"szymach/c-pchart": "~3.0.13",
"tecnickcom/tcpdf": "~6.0",
- "tedivm/jshrink": "^1.7.0",
+ "tedivm/jshrink": "^1.6.5",
"twig/twig": "^3.0",
"wikimedia/less.php": ">=3.0 <=5.0"
},
|