diff --git a/build-cs/composer.lock b/build-cs/composer.lock index bcf44df..cd85b59 100644 --- a/build-cs/composer.lock +++ b/build-cs/composer.lock @@ -151,16 +151,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.8.0", + "version": "1.13.1", "source": { "type": "git", "url": "/~https://github.com/phpstan/phpdoc-parser.git", - "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04" + "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd" }, "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/aac44118344d197e6d5f7c6cee91885f0a89acdd", + "reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd", "shasum": "" }, "require": { @@ -190,38 +190,38 @@ "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.13.1" }, - "time": "2022-09-04T18:59:06+00:00" + "time": "2022-11-20T08:52:26+00:00" }, { "name": "slevomat/coding-standard", - "version": "8.5.2", + "version": "8.6.4", "source": { "type": "git", "url": "/~https://github.com/slevomat/coding-standard.git", - "reference": "f32937dc41b587f3500efed1dbca2f82aa519373" + "reference": "8a02c83e59c3230a2a4367b29956a2f2b56e3a24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/f32937dc41b587f3500efed1dbca2f82aa519373", - "reference": "f32937dc41b587f3500efed1dbca2f82aa519373", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/8a02c83e59c3230a2a4367b29956a2f2b56e3a24", + "reference": "8a02c83e59c3230a2a4367b29956a2f2b56e3a24", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": ">=1.7.0 <1.9.0", + "phpstan/phpdoc-parser": ">=1.11.0 <1.14.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.8.6", + "phpstan/phpstan": "1.4.10|1.9.2", "phpstan/phpstan-deprecation-rules": "1.0.0", - "phpstan/phpstan-phpunit": "1.0.0|1.1.1", + "phpstan/phpstan-phpunit": "1.0.0|1.2.2", "phpstan/phpstan-strict-rules": "1.4.4", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.25" + "phpunit/phpunit": "7.5.20|8.5.21|9.5.26" }, "type": "phpcodesniffer-standard", "extra": { @@ -239,9 +239,13 @@ "MIT" ], "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", + "keywords": [ + "dev", + "phpcs" + ], "support": { "issues": "/~https://github.com/slevomat/coding-standard/issues", - "source": "/~https://github.com/slevomat/coding-standard/tree/8.5.2" + "source": "/~https://github.com/slevomat/coding-standard/tree/8.6.4" }, "funding": [ { @@ -253,7 +257,7 @@ "type": "tidelift" } ], - "time": "2022-09-27T16:45:37+00:00" + "time": "2022-11-14T09:26:24+00:00" }, { "name": "squizlabs/php_codesniffer",