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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-13 20:38:14 +0300
committerGitHub <noreply@github.com>2022-05-13 20:38:14 +0300
commit28fd7e2d227b230a93548715e2ecffbeea5fabcf (patch)
treef0fb4a8b12f6fb0c2568d8130affc3f061ab3755 /composer.lock
parent0f89a53f82d1d0d50cd1e22773be9321256bbe93 (diff)
updates composer dependencies (#19215)
Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock32
1 files changed, 16 insertions, 16 deletions
diff --git a/composer.lock b/composer.lock
index a8d7eb648e..1f28105b48 100644
--- a/composer.lock
+++ b/composer.lock
@@ -699,12 +699,12 @@
"source": {
"type": "git",
"url": "https://github.com/matomo-org/referrer-spam-list.git",
- "reference": "0a64579c3ccbf65af812d016b81d905210e7ac82"
+ "reference": "8fa9f130795fcb78f678b4e1be88ce5e962181d5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matomo-org/referrer-spam-list/zipball/0a64579c3ccbf65af812d016b81d905210e7ac82",
- "reference": "0a64579c3ccbf65af812d016b81d905210e7ac82",
+ "url": "https://api.github.com/repos/matomo-org/referrer-spam-list/zipball/8fa9f130795fcb78f678b4e1be88ce5e962181d5",
+ "reference": "8fa9f130795fcb78f678b4e1be88ce5e962181d5",
"shasum": ""
},
"replace": {
@@ -722,7 +722,7 @@
"issues": "https://github.com/matomo-org/referrer-spam-list/issues",
"source": "https://github.com/matomo-org/referrer-spam-list/tree/master"
},
- "time": "2022-05-05T21:41:13+00:00"
+ "time": "2022-05-10T23:56:58+00:00"
},
{
"name": "matomo/searchengine-and-social-list",
@@ -4251,32 +4251,32 @@
},
{
"name": "slevomat/coding-standard",
- "version": "7.1",
+ "version": "7.2.0",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
- "reference": "b521bd358b5f7a7d69e9637fd139e036d8adeb6f"
+ "reference": "b4f96a8beea515d2d89141b7b9ad72f526d84071"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b521bd358b5f7a7d69e9637fd139e036d8adeb6f",
- "reference": "b521bd358b5f7a7d69e9637fd139e036d8adeb6f",
+ "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b4f96a8beea515d2d89141b7b9ad72f526d84071",
+ "reference": "b4f96a8beea515d2d89141b7b9ad72f526d84071",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.2 || ^8.0",
- "phpstan/phpdoc-parser": "^1.4.1",
+ "phpstan/phpdoc-parser": "^1.5.1",
"squizlabs/php_codesniffer": "^3.6.2"
},
"require-dev": {
- "phing/phing": "2.17.2",
+ "phing/phing": "2.17.3",
"php-parallel-lint/php-parallel-lint": "1.3.2",
- "phpstan/phpstan": "1.4.10|1.5.2",
+ "phpstan/phpstan": "1.4.10|1.6.7",
"phpstan/phpstan-deprecation-rules": "1.0.0",
- "phpstan/phpstan-phpunit": "1.0.0|1.1.0",
- "phpstan/phpstan-strict-rules": "1.1.0",
- "phpunit/phpunit": "7.5.20|8.5.21|9.5.19"
+ "phpstan/phpstan-phpunit": "1.0.0|1.1.1",
+ "phpstan/phpstan-strict-rules": "1.2.3",
+ "phpunit/phpunit": "7.5.20|8.5.21|9.5.20"
},
"type": "phpcodesniffer-standard",
"extra": {
@@ -4296,7 +4296,7 @@
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
- "source": "https://github.com/slevomat/coding-standard/tree/7.1"
+ "source": "https://github.com/slevomat/coding-standard/tree/7.2.0"
},
"funding": [
{
@@ -4308,7 +4308,7 @@
"type": "tidelift"
}
],
- "time": "2022-03-29T12:44:16+00:00"
+ "time": "2022-05-06T10:58:42+00:00"
},
{
"name": "squizlabs/php_codesniffer",