Bump slevomat/coding-standard from 7.0.19 to 8.4.0

This commit is contained in:
dependabot[bot]
2022-09-06 18:43:32 -05:00
committed by GitHub
parent eb75178b96
commit 2369b5fe37
2 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^8.5 || ^9",
"slevomat/coding-standard": "^7.0",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.9"
},
Generated
+22 -22
View File
@@ -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": "1c0ed7b03e405706671f89dcd3c87bf9",
"content-hash": "91397bc20b15f841226c143cfe428034",
"packages": [
{
"name": "brick/math",
@@ -3072,16 +3072,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.8.0",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04"
"reference": "367a8d9d5f7da2a0136422d27ce8840583926955"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/8dd908dd6156e974b9a0f8bb4cd5ad0707830f04",
"reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/367a8d9d5f7da2a0136422d27ce8840583926955",
"reference": "367a8d9d5f7da2a0136422d27ce8840583926955",
"shasum": ""
},
"require": {
@@ -3111,9 +3111,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/1.8.0"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.7.0"
},
"time": "2022-09-04T18:59:06+00:00"
"time": "2022-08-09T12:23:23+00:00"
},
{
"name": "phpstan/phpstan",
@@ -5049,37 +5049,37 @@
},
{
"name": "slevomat/coding-standard",
"version": "7.0.19",
"version": "8.4.0",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37"
"reference": "02f27326be19633a1b6ba76745390bbf9a4be0b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37",
"reference": "bef66a43815bbf9b5f49775e9ded3f7c6ba0cc37",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/02f27326be19633a1b6ba76745390bbf9a4be0b6",
"reference": "02f27326be19633a1b6ba76745390bbf9a4be0b6",
"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.2"
"php": "^7.2 || ^8.0",
"phpstan/phpdoc-parser": ">=1.7.0 <1.8.0",
"squizlabs/php_codesniffer": "^3.7.1"
},
"require-dev": {
"phing/phing": "2.17.2",
"phing/phing": "2.17.4",
"php-parallel-lint/php-parallel-lint": "1.3.2",
"phpstan/phpstan": "1.4.6",
"phpstan/phpstan": "1.4.10|1.8.2",
"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.16"
"phpstan/phpstan-phpunit": "1.0.0|1.1.1",
"phpstan/phpstan-strict-rules": "1.3.0",
"phpunit/phpunit": "7.5.20|8.5.21|9.5.21"
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
"dev-master": "8.x-dev"
}
},
"autoload": {
@@ -5094,7 +5094,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.19"
"source": "https://github.com/slevomat/coding-standard/tree/8.4.0"
},
"funding": [
{
@@ -5106,7 +5106,7 @@
"type": "tidelift"
}
],
"time": "2022-03-01T18:01:41+00:00"
"time": "2022-08-09T19:03:45+00:00"
},
{
"name": "squizlabs/php_codesniffer",