File: 0027-Allow-older-versions-of-jshrink.patch

package info (click to toggle)
matomo 5.5.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 73,596 kB
  • sloc: php: 231,041; javascript: 102,286; python: 202; xml: 189; sh: 172; makefile: 20; sql: 10
file content (25 lines) | stat: -rw-r--r-- 662 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
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"
     },