From f390e125c450f5ff737ab79cbcbcf2afcdeebeb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:39:32 +0000 Subject: [PATCH] Update dependency doctrine/coding-standard to v11 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | packagist | doctrine/coding-standard | 10.0.0 | 11.0.0 | --- composer.json | 2 +- composer.lock | 51 ++++++++++++++++++++++++++------------------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/composer.json b/composer.json index aa9f875..84c8123 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require-dev": { "phpunit/phpunit": "^9.5.27", "infection/infection": "^0.26.16", - "doctrine/coding-standard": "^10.0.0", + "doctrine/coding-standard": "^11.0.0", "vimeo/psalm": "^5.2.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 30c5abc..52f5020 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": "37e9fa02336197d67e74f7caccee7853", + "content-hash": "81603f9c31a212c9570f416d9877a11b", "packages": [], "packages-dev": [ { @@ -669,22 +669,22 @@ }, { "name": "doctrine/coding-standard", - "version": "10.0.0", + "version": "11.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/coding-standard.git", - "reference": "7903671d7d33c231c8921058b7c14b8f57cbacb7" + "reference": "b6660e1e57dd1c0a38d335b7f6495b0c06abc270" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/7903671d7d33c231c8921058b7c14b8f57cbacb7", - "reference": "7903671d7d33c231c8921058b7c14b8f57cbacb7", + "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/b6660e1e57dd1c0a38d335b7f6495b0c06abc270", + "reference": "b6660e1e57dd1c0a38d335b7f6495b0c06abc270", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.2 || ^8.0", - "slevomat/coding-standard": "^8.2", + "slevomat/coding-standard": "^8.6.2", "squizlabs/php_codesniffer": "^3.7" }, "type": "phpcodesniffer-standard", @@ -709,6 +709,7 @@ "code", "coding", "cs", + "dev", "doctrine", "rules", "sniffer", @@ -718,9 +719,9 @@ ], "support": { "issues": "https://github.com/doctrine/coding-standard/issues", - "source": "https://github.com/doctrine/coding-standard/tree/10.0.0" + "source": "https://github.com/doctrine/coding-standard/tree/11.0.0" }, - "time": "2022-08-26T10:53:05+00:00" + "time": "2022-12-11T22:31:43+00:00" }, { "name": "doctrine/instantiator", @@ -1902,16 +1903,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.13.1", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd" + "reference": "6ff970a7101acfe99b3048e4bbfbc094e55c5b04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/aac44118344d197e6d5f7c6cee91885f0a89acdd", - "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ff970a7101acfe99b3048e4bbfbc094e55c5b04", + "reference": "6ff970a7101acfe99b3048e4bbfbc094e55c5b04", "shasum": "" }, "require": { @@ -1941,9 +1942,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.13.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.0" }, - "time": "2022-11-20T08:52:26+00:00" + "time": "2022-12-07T16:12:39+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3557,32 +3558,32 @@ }, { "name": "slevomat/coding-standard", - "version": "8.6.4", + "version": "8.7.0", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "8a02c83e59c3230a2a4367b29956a2f2b56e3a24" + "reference": "326d195209d196be02f8c2a0034529262fc7ffcc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/8a02c83e59c3230a2a4367b29956a2f2b56e3a24", - "reference": "8a02c83e59c3230a2a4367b29956a2f2b56e3a24", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/326d195209d196be02f8c2a0034529262fc7ffcc", + "reference": "326d195209d196be02f8c2a0034529262fc7ffcc", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": ">=1.11.0 <1.14.0", + "phpstan/phpdoc-parser": ">=1.15.0 <1.16.0", "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.9.2", - "phpstan/phpstan-deprecation-rules": "1.0.0", - "phpstan/phpstan-phpunit": "1.0.0|1.2.2", + "phpstan/phpstan": "1.4.10|1.9.3", + "phpstan/phpstan-deprecation-rules": "1.1.0", + "phpstan/phpstan-phpunit": "1.0.0|1.3.1", "phpstan/phpstan-strict-rules": "1.4.4", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.26" + "phpunit/phpunit": "7.5.20|8.5.21|9.5.27" }, "type": "phpcodesniffer-standard", "extra": { @@ -3606,7 +3607,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.6.4" + "source": "https://github.com/slevomat/coding-standard/tree/8.7.0" }, "funding": [ { @@ -3618,7 +3619,7 @@ "type": "tidelift" } ], - "time": "2022-11-14T09:26:24+00:00" + "time": "2022-12-13T15:02:08+00:00" }, { "name": "squizlabs/php_codesniffer",