diff --git a/composer.lock b/composer.lock index 209502f..3e2dbc2 100644 --- a/composer.lock +++ b/composer.lock @@ -3598,16 +3598,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "0.5.5", + "version": "0.5.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "ea0b17460ec38e20d7eb64e7ec49b5d44af5d28c" + "reference": "fac86158ffc7392e49636f77e63684c026df43b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ea0b17460ec38e20d7eb64e7ec49b5d44af5d28c", - "reference": "ea0b17460ec38e20d7eb64e7ec49b5d44af5d28c", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fac86158ffc7392e49636f77e63684c026df43b8", + "reference": "fac86158ffc7392e49636f77e63684c026df43b8", "shasum": "" }, "require": { @@ -3641,9 +3641,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/0.5.5" + "source": "https://github.com/phpstan/phpdoc-parser/tree/0.5.6" }, - "time": "2021-06-11T13:24:46+00:00" + "time": "2021-08-31T08:08:22+00:00" }, { "name": "phpstan/phpstan", @@ -6285,32 +6285,32 @@ }, { "name": "slevomat/coding-standard", - "version": "7.0.14", + "version": "7.0.15", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "15b2b4630c148775debea8e412bc7e128d9868a3" + "reference": "cc80e59f9b4ca642f02dc1b615c37a9afc2a0f80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/15b2b4630c148775debea8e412bc7e128d9868a3", - "reference": "15b2b4630c148775debea8e412bc7e128d9868a3", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/cc80e59f9b4ca642f02dc1b615c37a9afc2a0f80", + "reference": "cc80e59f9b4ca642f02dc1b615c37a9afc2a0f80", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.1 || ^8.0", - "phpstan/phpdoc-parser": "0.5.1 - 0.5.5", + "phpstan/phpdoc-parser": "0.5.1 - 0.5.6", "squizlabs/php_codesniffer": "^3.6.0" }, "require-dev": { - "phing/phing": "2.16.4", + "phing/phing": "2.17.0", "php-parallel-lint/php-parallel-lint": "1.3.1", - "phpstan/phpstan": "0.12.96", + "phpstan/phpstan": "0.12.98", "phpstan/phpstan-deprecation-rules": "0.12.6", "phpstan/phpstan-phpunit": "0.12.22", "phpstan/phpstan-strict-rules": "0.12.11", - "phpunit/phpunit": "7.5.20|8.5.5|9.5.8" + "phpunit/phpunit": "7.5.20|8.5.5|9.5.9" }, "type": "phpcodesniffer-standard", "extra": { @@ -6330,7 +6330,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.14" + "source": "https://github.com/slevomat/coding-standard/tree/7.0.15" }, "funding": [ { @@ -6342,7 +6342,7 @@ "type": "tidelift" } ], - "time": "2021-08-26T12:17:56+00:00" + "time": "2021-09-09T10:29:09+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -8262,16 +8262,16 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "4.0.3", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "161c8a5f238cdc244442738dc9f873738124b80c" + "reference": "46f289b3925852487a3044774bf7bc6b42cb41a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/161c8a5f238cdc244442738dc9f873738124b80c", - "reference": "161c8a5f238cdc244442738dc9f873738124b80c", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/46f289b3925852487a3044774bf7bc6b42cb41a7", + "reference": "46f289b3925852487a3044774bf7bc6b42cb41a7", "shasum": "" }, "require": { @@ -8280,10 +8280,10 @@ "phpunit/phpunit": "^9.5", "react/event-loop": "^1.2", "react/promise": "^2.8", - "wyrihaximus/test-utilities": "^3.7.2" + "wyrihaximus/test-utilities": "^3.7.3" }, "require-dev": { - "wyrihaximus/iterator-or-array-to-array": "^1.1" + "wyrihaximus/iterator-or-array-to-array": "^1.2" }, "type": "library", "autoload": { @@ -8304,7 +8304,7 @@ "description": "Test utilities for api-clients packages", "support": { "issues": "https://github.com/WyriHaximus/php-async-test-utilities/issues", - "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/4.0.3" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/4.0.4" }, "funding": [ { @@ -8312,7 +8312,7 @@ "type": "github" } ], - "time": "2021-09-01T07:48:21+00:00" + "time": "2021-09-06T19:52:24+00:00" }, { "name": "wyrihaximus/coding-standard",