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:
authorsgiehl <stefan@matomo.org>2022-03-02 13:05:46 +0300
committersgiehl <stefan@matomo.org>2022-03-02 13:05:46 +0300
commit418038a1cc22fa3847605c539bac3e59c3b39025 (patch)
treef1252e409547612331c172e9cfb734ab37cfb9a2
parent80fbf58d7085396d10fd7f596f2bbaeeae36d931 (diff)
Use main branch for updating referer spam list, so it is kept up to date without releasesspamlist
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 10 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index c77144c027..ccbc85c89e 100644
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
"matomo/ini": "~3.0",
"matomo/matomo-php-tracker": "^3.0",
"matomo/network": "~2.0",
- "matomo/referrer-spam-list": "~4.0.0",
+ "matomo/referrer-spam-list": "dev-master",
"matomo/searchengine-and-social-list": "~3.0",
"monolog/monolog": "~1.11",
"mustangostang/spyc": "~0.6.0",
diff --git a/composer.lock b/composer.lock
index 58184f2765..5b26a40533 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": "7594badf335be345564cc3259be6940e",
+ "content-hash": "9f6dbec89d3c3357d4208cdf4be7ce74",
"packages": [
{
"name": "composer/ca-bundle",
@@ -695,22 +695,23 @@
},
{
"name": "matomo/referrer-spam-list",
- "version": "4.0.0",
+ "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/referrer-spam-list.git",
- "reference": "afe4c1ea107ee7a8915a0d5eb0031cf0366608a8"
+ "reference": "980999af6f2f42c715066ef6b8ea289d34ae88ee"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/referrer-spam-list/zipball/afe4c1ea107ee7a8915a0d5eb0031cf0366608a8",
- "reference": "afe4c1ea107ee7a8915a0d5eb0031cf0366608a8",
+ "url": "https://api.github.com/repos/matomo-org/referrer-spam-list/zipball/980999af6f2f42c715066ef6b8ea289d34ae88ee",
+ "reference": "980999af6f2f42c715066ef6b8ea289d34ae88ee",
"shasum": ""
},
"replace": {
"matomo/referrer-spam-blacklist": "*",
"piwik/referrer-spam-blacklist": "*"
},
+ "default-branch": true,
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -719,9 +720,9 @@
"description": "Community-contributed list of referrer spammers",
"support": {
"issues": "https://github.com/matomo-org/referrer-spam-list/issues",
- "source": "https://github.com/matomo-org/referrer-spam-list/tree/4.0.0"
+ "source": "https://github.com/matomo-org/referrer-spam-list/tree/master"
},
- "time": "2020-08-10T19:54:07+00:00"
+ "time": "2022-02-12T02:36:05+00:00"
},
{
"name": "matomo/searchengine-and-social-list",
@@ -4592,6 +4593,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
+ "matomo/referrer-spam-list": 20,
"lox/xhprof": 20
},
"prefer-stable": false,