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>2020-11-02 11:04:33 +0300
committerGitHub <noreply@github.com>2020-11-02 11:04:33 +0300
commitb123a03f4c1e14afaebe3696b15b1f28cc06c728 (patch)
treec9976aaa10de41d725d8e5a842ae3ed352255179 /composer.json
parent55753101ad1ebcfaa48ba1c94466c4499650fcf8 (diff)
Require new major release of matomo/device-detector (#16636)
* Require new major release of matomo/device-detector (instead of piwik/device-detector) * Adjust classname * fix cache class * update test files * some more code adjustments * update submodule
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index dcef7611e7..e14740034d 100644
--- a/composer.json
+++ b/composer.json
@@ -34,6 +34,7 @@
"matomo-org/jshrink": "1.3.1",
"matomo/cache": "~2.0",
"matomo/decompress": "~2.0",
+ "matomo/device-detector": "^4.0",
"matomo/ini": "~2.0",
"matomo/matomo-php-tracker": "dev-4.x-dev",
"matomo/network": "~2.0",
@@ -44,7 +45,6 @@
"pear/pear_exception": "~1.0.0",
"php-di/php-di": "^6.0.0",
"phpmailer/phpmailer": "^6.1",
- "piwik/device-detector": "~3.0",
"psr/log": "~1.0",
"symfony/console": "~2.6.0",
"symfony/event-dispatcher": "~2.6.0",