From 907a3d6f78693bcaadde7460fe0c2224161de63b Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 27 Jan 2020 22:20:43 +0100 Subject: Use rebranded components (#15253) --- composer.lock | 394 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 199 insertions(+), 195 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 5449d8e122..a9ac37a510 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": "3d99d35ca04c2630aa60587ece9195de", + "content-hash": "67420faa2591c5239b3769fa93239f84", "packages": [ { "name": "composer/ca-bundle", @@ -399,6 +399,202 @@ "minifier" ] }, + { + "name": "matomo/cache", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/matomo-org/component-cache.git", + "reference": "01e82b9dc0f2f8b0ee070212b0e9e91045f60926" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matomo-org/component-cache/zipball/01e82b9dc0f2f8b0ee070212b0e9e91045f60926", + "reference": "01e82b9dc0f2f8b0ee070212b0e9e91045f60926", + "shasum": "" + }, + "require": { + "doctrine/cache": "~1.4", + "php": ">=5.5.9" + }, + "require-dev": { + "phpunit/phpunit": "~5.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Matomo\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "authors": [ + { + "name": "The Matomo Team", + "email": "hello@matomo.org", + "homepage": "https://matomo.org/the-matomo-team/" + } + ], + "description": "PHP caching library based on Doctrine cache", + "keywords": [ + "array", + "cache", + "file", + "redis" + ], + "time": "2019-07-14T20:55:17+00:00" + }, + { + "name": "matomo/decompress", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/matomo-org/component-decompress.git", + "reference": "1220757676c8d5cc8faa9d1cb0a48bf0b1fedc9c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matomo-org/component-decompress/zipball/1220757676c8d5cc8faa9d1cb0a48bf0b1fedc9c", + "reference": "1220757676c8d5cc8faa9d1cb0a48bf0b1fedc9c", + "shasum": "" + }, + "require": { + "pear/archive_tar": "~1.3,>=1.3.15", + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "4.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Matomo\\Decompress\\": "src/" + }, + "classmap": [ + "libs/PclZip" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "time": "2018-02-09T12:19:44+00:00" + }, + { + "name": "matomo/ini", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/matomo-org/component-ini.git", + "reference": "4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80", + "reference": "4cf2d9d73f884a1ce0d9a8c8a119d56f44771c80", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "athletic/athletic": "0.1.*", + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Matomo\\Ini\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "time": "2019-07-03T07:42:01+00:00" + }, + { + "name": "matomo/matomo-php-tracker", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/matomo-org/matomo-php-tracker.git", + "reference": "d8a30200b0bd144f38282df9a8cb5da194da9296" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/d8a30200b0bd144f38282df9a8cb5da194da9296", + "reference": "d8a30200b0bd144f38282df9a8cb5da194da9296", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.3" + }, + "suggest": { + "ext-curl": "Using this extension to issue the HTTPS request to Matomo" + }, + "type": "library", + "autoload": { + "classmap": [ + "." + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "The Matomo Team", + "email": "hello@matomo.org", + "homepage": "https://matomo.org/team/" + } + ], + "description": "PHP Client for Matomo Analytics Tracking API", + "homepage": "https://matomo.org", + "keywords": [ + "analytics", + "matomo", + "piwik", + "tracker" + ], + "time": "2020-01-14T19:33:53+00:00" + }, + { + "name": "matomo/network", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/matomo-org/component-network.git", + "reference": "010e49629115e7227bec08c39639e0efeb048905" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matomo-org/component-network/zipball/010e49629115e7227bec08c39639e0efeb048905", + "reference": "010e49629115e7227bec08c39639e0efeb048905", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "type": "library", + "autoload": { + "psr-4": { + "Matomo\\Network\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0" + ], + "time": "2020-01-01T12:57:48+00:00" + }, { "name": "matomo/referrer-spam-blacklist", "version": "1.1.2", @@ -1034,91 +1230,6 @@ ], "time": "2019-09-26T11:24:58+00:00" }, - { - "name": "piwik/cache", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/matomo-org/component-cache.git", - "reference": "b000c45ce257b6949e2de4df7c094046986d85bc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/matomo-org/component-cache/zipball/b000c45ce257b6949e2de4df7c094046986d85bc", - "reference": "b000c45ce257b6949e2de4df7c094046986d85bc", - "shasum": "" - }, - "require": { - "doctrine/cache": "~1.4", - "php": ">=5.5.9" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Piwik\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "The Piwik Team", - "email": "hello@piwik.org", - "homepage": "http://piwik.org/the-piwik-team/" - } - ], - "description": "PHP caching library based on Doctrine cache", - "keywords": [ - "array", - "cache", - "file", - "redis" - ], - "abandoned": "matomo/cache", - "time": "2019-07-14T20:55:33+00:00" - }, - { - "name": "piwik/decompress", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/matomo-org/component-decompress.git", - "reference": "15088059c38378939db8a3490b67b569797a6a3a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/matomo-org/component-decompress/zipball/15088059c38378939db8a3490b67b569797a6a3a", - "reference": "15088059c38378939db8a3490b67b569797a6a3a", - "shasum": "" - }, - "require": { - "pear/archive_tar": "~1.3,>=1.3.15", - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "4.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Piwik\\Decompress\\": "src/" - }, - "classmap": [ - "libs/PclZip" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "abandoned": "matomo/decompress", - "time": "2017-07-14T10:45:10+00:00" - }, { "name": "piwik/device-detector", "version": "3.12.2", @@ -1174,112 +1285,6 @@ ], "time": "2019-12-22T21:23:31+00:00" }, - { - "name": "piwik/ini", - "version": "1.0.8", - "source": { - "type": "git", - "url": "https://github.com/matomo-org/component-ini.git", - "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/663d4fdedd8f344407fd1599e623f41912fe2ebd", - "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "athletic/athletic": "0.1.*", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Piwik\\Ini\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "abandoned": "matomo/ini", - "time": "2019-12-21T20:06:47+00:00" - }, - { - "name": "piwik/network", - "version": "0.2.1", - "source": { - "type": "git", - "url": "https://github.com/matomo-org/component-network.git", - "reference": "fb847317b79fe41d52f5eb5fd92f197df4538b7d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/matomo-org/component-network/zipball/fb847317b79fe41d52f5eb5fd92f197df4538b7d", - "reference": "fb847317b79fe41d52f5eb5fd92f197df4538b7d", - "shasum": "" - }, - "require": { - "php": ">=5.4" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36" - }, - "type": "library", - "autoload": { - "psr-4": { - "Piwik\\Network\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "time": "2019-11-06T19:13:42+00:00" - }, - { - "name": "piwik/piwik-php-tracker", - "version": "1.5.2", - "source": { - "type": "git", - "url": "https://github.com/matomo-org/matomo-php-tracker.git", - "reference": "314e6d00039cb9d99837c81cdf4cbcd19f5683e0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/314e6d00039cb9d99837c81cdf4cbcd19f5683e0", - "reference": "314e6d00039cb9d99837c81cdf4cbcd19f5683e0", - "shasum": "" - }, - "type": "library", - "autoload": { - "classmap": [ - "." - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "The Piwik Team", - "email": "hello@piwik.org", - "homepage": "http://piwik.org/the-piwik-team/" - } - ], - "description": "PHP Client for Piwik Analytics Tracking API", - "homepage": "http://piwik.org", - "keywords": [ - "analytics", - "piwik", - "tracker" - ], - "time": "2019-12-23T21:48:04+00:00" - }, { "name": "psr/container", "version": "1.0.0", @@ -2731,7 +2736,6 @@ "mock", "xunit" ], - "abandoned": true, "time": "2015-10-02T06:51:40+00:00" }, { @@ -3277,10 +3281,10 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.5.9" + "php": ">=7.2.0" }, "platform-dev": [], "platform-overrides": { - "php": "5.5.9" + "php": "7.2.0" } } -- cgit v1.2.3