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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-11-21 11:05:21 +0300
committerGitHub <noreply@github.com>2020-11-21 11:05:21 +0300
commitbfca0dac303c2b5f048a976d24bad2d05600615a (patch)
tree87e73e74790ce1c099975e510daa8260c32b1a21
parentff0a502d9073effecad1076eefa2f8b1b34692b2 (diff)
Use new version of matomo-php-tracker instead of 4.x-dev branch. (#16764)
-rw-r--r--composer.json2
-rw-r--r--composer.lock13
2 files changed, 7 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 551ad2e3c0..9221c9630c 100644
--- a/composer.json
+++ b/composer.json
@@ -35,7 +35,7 @@
"matomo/decompress": "~2.0",
"matomo/device-detector": "^4.0",
"matomo/ini": "~2.0",
- "matomo/matomo-php-tracker": "dev-4.x-dev",
+ "matomo/matomo-php-tracker": "^3.0",
"matomo/network": "~2.0",
"matomo/referrer-spam-list": "~4.0.0",
"matomo/searchengine-and-social-list": "~3.0",
diff --git a/composer.lock b/composer.lock
index 4f8c0fdf0d..0527aa9906 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "ab7eebfb6b16cc34040667b5759a61de",
+ "content-hash": "436a8ac860535902739aa0c17595a5e9",
"packages": [
{
"name": "composer/ca-bundle",
@@ -600,16 +600,16 @@
},
{
"name": "matomo/matomo-php-tracker",
- "version": "dev-4.x-dev",
+ "version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/matomo-php-tracker.git",
- "reference": "a7fd79ddc54be6bb5abcc69d43836302697c71ea"
+ "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/a7fd79ddc54be6bb5abcc69d43836302697c71ea",
- "reference": "a7fd79ddc54be6bb5abcc69d43836302697c71ea",
+ "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/31e2b0bdf479c6fc00758228d2c6d7c85c1863a0",
+ "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0",
"shasum": ""
},
"require": {
@@ -652,7 +652,7 @@
"issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
"source": "https://github.com/matomo-org/matomo-php-tracker"
},
- "time": "2020-09-07T04:45:54+00:00"
+ "time": "2020-11-21T05:20:05+00:00"
},
{
"name": "matomo/network",
@@ -4013,7 +4013,6 @@
"minimum-stability": "stable",
"stability-flags": {
"leafo/lessphp": 20,
- "matomo/matomo-php-tracker": 20,
"tedivm/jshrink": 20,
"lox/xhprof": 20
},