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>2021-12-17 16:44:21 +0300
committerGitHub <noreply@github.com>2021-12-17 16:44:21 +0300
commit946c3cd2e4b578485001bb3a2a049de2a2a9fe3d (patch)
tree883d48618b3dcc13b539be465635c3d6b0076925
parentbcb022dcff3a4ca688ca044feb14d549cf514ede (diff)
Updates coding standard dependencies (#18519)
-rw-r--r--composer.json2
-rw-r--r--composer.lock87
2 files changed, 43 insertions, 46 deletions
diff --git a/composer.json b/composer.json
index 4b956f9e98..8b3a62e64f 100644
--- a/composer.json
+++ b/composer.json
@@ -63,7 +63,7 @@
"lox/xhprof": "dev-master"
},
"require-dev": {
- "mayflower/mo4-coding-standard": "~6.0",
+ "mayflower/mo4-coding-standard": "~8.0",
"phpunit/phpunit": "~8.5",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "~2.6.0",
diff --git a/composer.lock b/composer.lock
index 2d22608061..28a16e8dac 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": "1c7602a3ed59f0bcb79fdad737aaf88e",
+ "content-hash": "be7877d5a2073705473720546406f0f8",
"packages": [
{
"name": "composer/ca-bundle",
@@ -2615,31 +2615,32 @@
},
{
"name": "mayflower/mo4-coding-standard",
- "version": "v6.0.0",
+ "version": "v8.0.0",
"source": {
"type": "git",
"url": "https://github.com/mayflower/mo4-coding-standard.git",
- "reference": "53e5b5cf2718c1e6eb32a1c4e8482f94a648ce4b"
+ "reference": "9261d3c3cdb08d3c5bf09afd3f0a35452c557dff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mayflower/mo4-coding-standard/zipball/53e5b5cf2718c1e6eb32a1c4e8482f94a648ce4b",
- "reference": "53e5b5cf2718c1e6eb32a1c4e8482f94a648ce4b",
+ "url": "https://api.github.com/repos/mayflower/mo4-coding-standard/zipball/9261d3c3cdb08d3c5bf09afd3f0a35452c557dff",
+ "reference": "9261d3c3cdb08d3c5bf09afd3f0a35452c557dff",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "~0.7",
"escapestudios/symfony2-coding-standard": "^3.10.0",
- "php": "~7.2",
- "slevomat/coding-standard": "^6.2.0",
- "squizlabs/php_codesniffer": "^3.5.8"
+ "php": "~7.2 || ~8.0",
+ "slevomat/coding-standard": "^7.0.1",
+ "squizlabs/php_codesniffer": "^3.6.0"
},
"require-dev": {
- "phan/phan": "^3.1.0",
- "phpstan/phpstan": "^0.12.33",
- "phpstan/phpstan-strict-rules": "^0.12",
+ "phan/phan": "^5.1.0",
+ "phpstan/phpstan": "^0.12.58",
+ "phpstan/phpstan-strict-rules": "^0.12.4",
"phpunit/phpunit": "^7.0",
- "vimeo/psalm": "^3.8"
+ "psalm/plugin-phpunit": "^0.16.1",
+ "vimeo/psalm": "^4.5.2"
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
@@ -2665,7 +2666,7 @@
"issues": "https://github.com/mayflower/mo4-coding-standard/issues",
"source": "https://github.com/mayflower/mo4-coding-standard"
},
- "time": "2020-10-29T02:39:22+00:00"
+ "time": "2021-08-31T09:16:34+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -3065,37 +3066,33 @@
},
{
"name": "phpstan/phpdoc-parser",
- "version": "0.4.9",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
+ "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
- "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/dbc093d7af60eff5cd575d2ed761b15ed40bd08e",
+ "reference": "dbc093d7af60eff5cd575d2ed761b15ed40bd08e",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "consistence/coding-standard": "^3.5",
- "ergebnis/composer-normalize": "^2.0.2",
- "jakub-onderka/php-parallel-lint": "^0.9.2",
- "phing/phing": "^2.16.0",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.26",
- "phpstan/phpstan-strict-rules": "^0.12",
- "phpunit/phpunit": "^6.3",
- "slevomat/coding-standard": "^4.7.2",
- "symfony/process": "^4.0"
+ "phpstan/phpstan": "^1.0",
+ "phpstan/phpstan-strict-rules": "^1.0",
+ "phpunit/phpunit": "^9.5",
+ "symfony/process": "^5.2"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "0.4-dev"
+ "dev-master": "1.0-dev"
}
},
"autoload": {
@@ -3112,9 +3109,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
- "source": "https://github.com/phpstan/phpdoc-parser/tree/master"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2.0"
},
- "time": "2020-08-03T20:32:43+00:00"
+ "time": "2021-09-16T20:46:02+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -4241,37 +4238,37 @@
},
{
"name": "slevomat/coding-standard",
- "version": "6.4.1",
+ "version": "7.0.18",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
- "reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
+ "reference": "b81ac84f41a4797dc25c8ede1b0718e2a74be0fc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
- "reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
+ "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b81ac84f41a4797dc25c8ede1b0718e2a74be0fc",
+ "reference": "b81ac84f41a4797dc25c8ede1b0718e2a74be0fc",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.1 || ^8.0",
- "phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
- "squizlabs/php_codesniffer": "^3.5.6"
+ "phpstan/phpdoc-parser": "^1.0.0",
+ "squizlabs/php_codesniffer": "^3.6.1"
},
"require-dev": {
- "phing/phing": "2.16.3",
- "php-parallel-lint/php-parallel-lint": "1.2.0",
- "phpstan/phpstan": "0.12.48",
- "phpstan/phpstan-deprecation-rules": "0.12.5",
- "phpstan/phpstan-phpunit": "0.12.16",
- "phpstan/phpstan-strict-rules": "0.12.5",
- "phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
+ "phing/phing": "2.17.0",
+ "php-parallel-lint/php-parallel-lint": "1.3.1",
+ "phpstan/phpstan": "1.2.0",
+ "phpstan/phpstan-deprecation-rules": "1.0.0",
+ "phpstan/phpstan-phpunit": "1.0.0",
+ "phpstan/phpstan-strict-rules": "1.1.0",
+ "phpunit/phpunit": "7.5.20|8.5.21|9.5.10"
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
- "dev-master": "6.x-dev"
+ "dev-master": "7.x-dev"
}
},
"autoload": {
@@ -4286,7 +4283,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/6.4.1"
+ "source": "https://github.com/slevomat/coding-standard/tree/7.0.18"
},
"funding": [
{
@@ -4298,7 +4295,7 @@
"type": "tidelift"
}
],
- "time": "2020-10-05T12:39:37+00:00"
+ "time": "2021-12-07T17:19:06+00:00"
},
{
"name": "squizlabs/php_codesniffer",