Update dependency slevomat/coding-standard to v7.0.19

This commit is contained in:
Renovate Bot 2022-03-07 00:03:08 +00:00 committed by Ondřej Mirtes
parent d5a6692b8a
commit 3810829a69

22
build-cs/composer.lock generated
View File

@ -200,32 +200,32 @@
},
{
"name": "slevomat/coding-standard",
"version": "7.0.18",
"version": "7.0.19",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "b81ac84f41a4797dc25c8ede1b0718e2a74be0fc"
"reference": "bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b81ac84f41a4797dc25c8ede1b0718e2a74be0fc",
"reference": "b81ac84f41a4797dc25c8ede1b0718e2a74be0fc",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37",
"reference": "bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.1 || ^8.0",
"phpstan/phpdoc-parser": "^1.0.0",
"squizlabs/php_codesniffer": "^3.6.1"
"squizlabs/php_codesniffer": "^3.6.2"
},
"require-dev": {
"phing/phing": "2.17.0",
"php-parallel-lint/php-parallel-lint": "1.3.1",
"phpstan/phpstan": "1.2.0",
"phing/phing": "2.17.2",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"phpstan/phpstan": "1.4.6",
"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"
"phpunit/phpunit": "7.5.20|8.5.21|9.5.16"
},
"type": "phpcodesniffer-standard",
"extra": {
@ -245,7 +245,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.0.18"
"source": "https://github.com/slevomat/coding-standard/tree/7.0.19"
},
"funding": [
{
@ -257,7 +257,7 @@
"type": "tidelift"
}
],
"time": "2021-12-07T17:19:06+00:00"
"time": "2022-03-01T18:01:41+00:00"
},
{
"name": "squizlabs/php_codesniffer",