File: 0002-Allow-newer-less.php-versions.patch

package info (click to toggle)
matomo 5.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72,652 kB
  • sloc: php: 230,070; javascript: 103,748; python: 196; xml: 188; sh: 156; makefile: 13; sql: 10
file content (23 lines) | stat: -rw-r--r-- 680 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: Sun, 15 Dec 2024 10:44:29 +0100
Subject: Allow newer less.php versions

Origin: vendor
Forwarded: https://github.com/matomo-org/matomo/pull/22858
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index c98457d..9d19004 100644
--- a/composer.json
+++ b/composer.json
@@ -70,7 +70,7 @@
         "tecnickcom/tcpdf": "~6.0",
         "tedivm/jshrink": "^1.7.0",
         "twig/twig": "^3.0",
-        "wikimedia/less.php": "^3.0"
+        "wikimedia/less.php": ">=3.0 <=5.0"
     },
     "require-dev": {
         "matomo-org/matomo-coding-standards": "dev-master",