Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2022-07-04 20:43:45 +0300
committerGitHub <noreply@github.com>2022-07-04 20:43:45 +0300
commitecae3ead0294d744b6a5fbd23d2f78a7f1ec1562 (patch)
tree7c5560480c866b6bebb90f70cceea059e73138cf /composer.json
parent0562dce34dab49e7ba9f287867b09273643e1af6 (diff)
Use browser client hints for detection (#18843)
* inject client hints in js * use client hints for detection * don't use catch, as yui compressor can't parse it * rebuilt js files * use new version of device detector * more code adjustments * updates expected test files * improve js * fix header detection * improve cache key handling * fix tests * use a separate queue to wait for client hints if needed * try to fix js tests * also consider X_HTTP_REQUESTED_WITH header as client hints * updates expected test files * Extend demo detection with client hints * code improvements * use new version of matomo-php-tracker * Adds test case for client hints set through matomo php tracker * apply review feedback * submodule update * fix test
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index f1dd539490..f56540db8e 100644
--- a/composer.json
+++ b/composer.json
@@ -39,9 +39,9 @@
"lox/xhprof": "dev-master",
"matomo/cache": "~2.0",
"matomo/decompress": "~2.0",
- "matomo/device-detector": "^5.0",
+ "matomo/device-detector": "~6.0.0",
"matomo/ini": "~3.0",
- "matomo/matomo-php-tracker": "^3.0",
+ "matomo/matomo-php-tracker": "~3.1.0",
"matomo/network": "~2.0",
"matomo/referrer-spam-list": "dev-master",
"matomo/searchengine-and-social-list": "~3.0",