From 5d85c14c188305f7a3657e69da8eae8676105b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 03:36:02 +0000 Subject: [PATCH] Bump wyrihaximus/async-test-utilities from 5.0.16 to 5.0.19 Bumps [wyrihaximus/async-test-utilities](https://github.com/WyriHaximus/php-async-test-utilities) from 5.0.16 to 5.0.19. - [Release notes](https://github.com/WyriHaximus/php-async-test-utilities/releases) - [Commits](https://github.com/WyriHaximus/php-async-test-utilities/compare/5.0.16...5.0.19) --- updated-dependencies: - dependency-name: wyrihaximus/async-test-utilities dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 606 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 394 insertions(+), 214 deletions(-) diff --git a/composer.json b/composer.json index 4b753f2..a29ecc2 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "reactivex/rxphp": "^2.0" }, "require-dev": { - "wyrihaximus/async-test-utilities": "^5.0.16" + "wyrihaximus/async-test-utilities": "^5.0.19" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index de314d0..74cbfdd 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": "36e1954ab65647ab664b4b11738f8c4b", + "content-hash": "a3827fdd5fc23a869f9567ce66acb5f3", "packages": [ { "name": "react/event-loop", @@ -398,16 +398,16 @@ }, { "name": "azjezz/psl", - "version": "1.9.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/azjezz/psl.git", - "reference": "5c20649db277565d6a40a66edfc2bbf8dc7f19e0" + "reference": "c34e6c2c5560007eafb158bf9f6040c4054c09ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/azjezz/psl/zipball/5c20649db277565d6a40a66edfc2bbf8dc7f19e0", - "reference": "5c20649db277565d6a40a66edfc2bbf8dc7f19e0", + "url": "https://api.github.com/repos/azjezz/psl/zipball/c34e6c2c5560007eafb158bf9f6040c4054c09ab", + "reference": "c34e6c2c5560007eafb158bf9f6040c4054c09ab", "shasum": "" }, "require": { @@ -416,16 +416,24 @@ "ext-json": "*", "ext-mbstring": "*", "ext-sodium": "*", - "php": "~8.0.0 || ~8.1.0" + "php": "~8.1.0 || ~8.2.0", + "revolt/event-loop": "^0.2.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.4.0", + "php-coveralls/php-coveralls": "^2.5.2", + "php-standard-library/psalm-plugin": "^2.0.2", + "phpbench/phpbench": "^1.2.3", + "phpunit/phpunit": "^9.5.16", + "roave/infection-static-analysis-plugin": "^1.23.0", + "squizlabs/php_codesniffer": "^3.6.2", + "vimeo/psalm": "^4.21.0" }, "suggest": { "php-standard-library/psalm-plugin": "Psalm integration" }, "type": "library", "extra": { - "psalm": { - "pluginClass": "Psl\\Integration\\Psalm\\Plugin" - }, "thanks": { "name": "hhvm/hsl", "url": "https://github.com/hhvm/hsl" @@ -436,8 +444,7 @@ "src/bootstrap.php" ], "psr-4": { - "Psl\\": "src/Psl", - "Psl\\Integration\\": "integration" + "Psl\\": "src/Psl" } }, "notification-url": "https://packagist.org/downloads/", @@ -453,7 +460,7 @@ "description": "PHP Standard Library", "support": { "issues": "https://github.com/azjezz/psl/issues", - "source": "https://github.com/azjezz/psl/tree/1.9.3" + "source": "https://github.com/azjezz/psl/tree/2.0.4" }, "funding": [ { @@ -461,7 +468,7 @@ "type": "open_collective" } ], - "time": "2021-12-10T10:34:36+00:00" + "time": "2022-10-10T18:40:50+00:00" }, { "name": "beberlei/assert", @@ -599,6 +606,97 @@ "abandoned": "react/async", "time": "2021-10-20T14:07:33+00:00" }, + { + "name": "colinodell/json5", + "version": "v2.2.2", + "source": { + "type": "git", + "url": "https://github.com/colinodell/json5.git", + "reference": "2b0fabd1ba71fe8079a832d6097ec5c6fd92361d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/colinodell/json5/zipball/2b0fabd1ba71fe8079a832d6097ec5c6fd92361d", + "reference": "2b0fabd1ba71fe8079a832d6097ec5c6fd92361d", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.1.3|^8.0" + }, + "conflict": { + "scrutinizer/ocular": "1.7.*" + }, + "require-dev": { + "mikehaertl/php-shellcommand": "^1.2.5", + "phpstan/phpstan": "^0.12.58", + "scrutinizer/ocular": "^1.6", + "squizlabs/php_codesniffer": "^2.3", + "symfony/finder": "^4.4|^5.2", + "symfony/phpunit-bridge": "^5.1" + }, + "bin": [ + "bin/json5" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.0-dev" + } + }, + "autoload": { + "files": [ + "src/global.php" + ], + "psr-4": { + "ColinODell\\Json5\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Developer" + } + ], + "description": "UTF-8 compatible JSON5 parser for PHP", + "homepage": "https://github.com/colinodell/json5", + "keywords": [ + "JSON5", + "json", + "json5_decode", + "json_decode" + ], + "support": { + "issues": "https://github.com/colinodell/json5/issues", + "source": "https://github.com/colinodell/json5/tree/v2.2.2" + }, + "funding": [ + { + "url": "https://www.colinodell.com/sponsor", + "type": "custom" + }, + { + "url": "https://www.paypal.me/colinpodell/10.00", + "type": "custom" + }, + { + "url": "https://github.com/colinodell", + "type": "github" + }, + { + "url": "https://www.patreon.com/colinodell", + "type": "patreon" + } + ], + "time": "2022-02-22T14:42:16+00:00" + }, { "name": "composer-unused/contracts", "version": "0.2.0", @@ -647,32 +745,33 @@ }, { "name": "composer-unused/symbol-parser", - "version": "0.1.9", + "version": "0.1.10", "source": { "type": "git", "url": "https://github.com/composer-unused/symbol-parser.git", - "reference": "d16e5607d55041ae6135ed07a7935675010d971b" + "reference": "b57dc7924b8017c47087bf2fd6b125c1facdee47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer-unused/symbol-parser/zipball/d16e5607d55041ae6135ed07a7935675010d971b", - "reference": "d16e5607d55041ae6135ed07a7935675010d971b", + "url": "https://api.github.com/repos/composer-unused/symbol-parser/zipball/b57dc7924b8017c47087bf2fd6b125c1facdee47", + "reference": "b57dc7924b8017c47087bf2fd6b125c1facdee47", "shasum": "" }, "require": { "composer-unused/contracts": "^0.1 || ^0.2", - "nikic/php-parser": "^4.13", + "nikic/php-parser": "^4.15", "php": "^7.4 || ^8.0", + "phpstan/phpdoc-parser": "^1.8", "psr/container": "^1.0 || ^2.0", "psr/log": "^1.1 || ^2 || ^3", - "symfony/finder": "4.4 || ^5.3 || ^6.0" + "symfony/finder": "^4.4 || ^5.3 || ^6.0" }, "require-dev": { "ext-ds": "*", - "phpstan/phpstan": "^1.6", - "phpunit/phpunit": "^9.5.20", + "phpstan/phpstan": "^1.8", + "phpunit/phpunit": "^9.5.25", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.6.2", + "squizlabs/php_codesniffer": "^3.7.1", "symfony/serializer": "^5.4" }, "type": "library", @@ -712,20 +811,20 @@ "type": "other" } ], - "time": "2022-05-03T17:31:36+00:00" + "time": "2022-10-07T12:49:32+00:00" }, { "name": "composer/ca-bundle", - "version": "1.3.3", + "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" + "reference": "69098eca243998b53eed7a48d82dedd28b447cd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", - "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", + "reference": "69098eca243998b53eed7a48d82dedd28b447cd5", "shasum": "" }, "require": { @@ -772,7 +871,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.3" + "source": "https://github.com/composer/ca-bundle/tree/1.3.4" }, "funding": [ { @@ -788,7 +887,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T07:14:26+00:00" + "time": "2022-10-12T12:08:29+00:00" }, { "name": "composer/class-map-generator", @@ -865,16 +964,16 @@ }, { "name": "composer/composer", - "version": "2.4.2", + "version": "2.4.3", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "7d887621e69a0311eb50aed4a16f7044b2b385b9" + "reference": "b34c0e9a93f2cd688c62ce4dfcc69e13b6ce7aa4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/7d887621e69a0311eb50aed4a16f7044b2b385b9", - "reference": "7d887621e69a0311eb50aed4a16f7044b2b385b9", + "url": "https://api.github.com/repos/composer/composer/zipball/b34c0e9a93f2cd688c62ce4dfcc69e13b6ce7aa4", + "reference": "b34c0e9a93f2cd688c62ce4dfcc69e13b6ce7aa4", "shasum": "" }, "require": { @@ -957,7 +1056,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.4.2" + "source": "https://github.com/composer/composer/tree/2.4.3" }, "funding": [ { @@ -973,7 +1072,7 @@ "type": "tidelift" } ], - "time": "2022-09-14T14:11:15+00:00" + "time": "2022-10-14T14:56:41+00:00" }, { "name": "composer/metadata-minifier", @@ -2430,43 +2529,45 @@ }, { "name": "icanhazstring/composer-unused", - "version": "0.8.2", + "version": "0.8.4", "source": { "type": "git", "url": "https://github.com/composer-unused/composer-unused.git", - "reference": "82d6a14ab3199b42f9b3bcbd5f832b2c5c04357d" + "reference": "af9085d2058333d26559b334c536c40fb04e28d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer-unused/composer-unused/zipball/82d6a14ab3199b42f9b3bcbd5f832b2c5c04357d", - "reference": "82d6a14ab3199b42f9b3bcbd5f832b2c5c04357d", + "url": "https://api.github.com/repos/composer-unused/composer-unused/zipball/af9085d2058333d26559b334c536c40fb04e28d3", + "reference": "af9085d2058333d26559b334c536c40fb04e28d3", "shasum": "" }, "require": { "composer-unused/contracts": "^0.2", - "composer-unused/symbol-parser": "^0.1.8", - "nikic/php-parser": "^4.13", + "composer-unused/symbol-parser": "^0.1.10", + "ext-json": "*", + "nikic/php-parser": "^4.15", "ondram/ci-detector": "^4.1", "php": "^7.4 || ^8.0", + "phpstan/phpdoc-parser": "^1.10", "psr/container": "^1.0 || ^2.0", "psr/log": "^1.1 || ^2 || ^3", "symfony/config": "^4.4 || ^5.4 || ^6.0", "symfony/console": "^4.4 || ^5.4 || ^6.0", - "symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0", + "symfony/dependency-injection": "^4.4.8 || ^5.4 || ^6.0", "symfony/serializer": "^4.4 || ^5.4 || ^6.0", "webmozart/assert": "^1.10", "webmozart/glob": "^4.4" }, "require-dev": { - "dg/bypass-finals": "^1.3", + "dg/bypass-finals": "^1.4", "ext-ds": "*", "ext-zend-opcache": "*", "jangregor/phpstan-prophecy": "^0.8.1", "phpspec/prophecy-phpunit": "^2.0.1", "phpstan/phpstan": "^0.12.99", - "phpunit/phpunit": "^9.5.19", + "phpunit/phpunit": "^9.5.25", "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.6" + "squizlabs/php_codesniffer": "^3.7" }, "bin": [ "bin/composer-unused" @@ -2508,7 +2609,7 @@ "type": "other" } ], - "time": "2022-03-22T12:44:31+00:00" + "time": "2022-10-13T05:46:37+00:00" }, { "name": "infection/abstract-testframework-adapter", @@ -2689,19 +2790,20 @@ }, { "name": "infection/infection", - "version": "0.26.14", + "version": "0.26.16", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "d35e0795d64c2a1e030e63c51fbf6b37991b08d2" + "reference": "d646aafe530ba21b8479694cd151570c93c72312" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/d35e0795d64c2a1e030e63c51fbf6b37991b08d2", - "reference": "d35e0795d64c2a1e030e63c51fbf6b37991b08d2", + "url": "https://api.github.com/repos/infection/infection/zipball/d646aafe530ba21b8479694cd151570c93c72312", + "reference": "d646aafe530ba21b8479694cd151570c93c72312", "shasum": "" }, "require": { + "colinodell/json5": "^2.2", "composer-runtime-api": "^2.0", "composer/xdebug-handler": "^2.0 || ^3.0", "ext-dom": "*", @@ -2718,7 +2820,6 @@ "sanmai/later": "^0.1.1", "sanmai/pipeline": "^5.1 || ^6", "sebastian/diff": "^3.0.2 || ^4.0", - "seld/jsonlint": "^1.7", "symfony/console": "^5.4 || ^6.0", "symfony/filesystem": "^5.4 || ^6.0", "symfony/finder": "^5.4 || ^6.0", @@ -2727,7 +2828,7 @@ "webmozart/assert": "^1.3" }, "conflict": { - "dg/bypass-finals": "*", + "dg/bypass-finals": "<1.4.1", "phpunit/php-code-coverage": ">9 <9.1.4" }, "require-dev": { @@ -2799,7 +2900,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.26.14" + "source": "https://github.com/infection/infection/tree/0.26.16" }, "funding": [ { @@ -2811,7 +2912,7 @@ "type": "open_collective" } ], - "time": "2022-08-31T21:53:53+00:00" + "time": "2022-10-22T10:07:33+00:00" }, { "name": "jakobbuis/simple-slow-test-reporter", @@ -3405,16 +3506,16 @@ }, { "name": "nunomaduro/collision", - "version": "v6.3.0", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "17f600e2e8872856ff2846243efb74ad4b6da531" + "reference": "0f6349c3ed5dd28467087b08fb59384bb458a22b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/17f600e2e8872856ff2846243efb74ad4b6da531", - "reference": "17f600e2e8872856ff2846243efb74ad4b6da531", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/0f6349c3ed5dd28467087b08fb59384bb458a22b", + "reference": "0f6349c3ed5dd28467087b08fb59384bb458a22b", "shasum": "" }, "require": { @@ -3489,25 +3590,25 @@ "type": "patreon" } ], - "time": "2022-08-29T09:11:20+00:00" + "time": "2022-09-29T12:29:49+00:00" }, { "name": "ocramius/package-versions", - "version": "2.5.1", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/Ocramius/PackageVersions.git", - "reference": "6707caff2e84a2368f29fdf2cb28a6b5a9e3ab53" + "reference": "9f4dc8c2af37c373b4cbbdce0427ed6c081872f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/6707caff2e84a2368f29fdf2cb28a6b5a9e3ab53", - "reference": "6707caff2e84a2368f29fdf2cb28a6b5a9e3ab53", + "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/9f4dc8c2af37c373b4cbbdce0427ed6c081872f1", + "reference": "9f4dc8c2af37c373b4cbbdce0427ed6c081872f1", "shasum": "" }, "require": { "composer-runtime-api": "^2.2.0", - "php": "~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "replace": { "composer/package-versions-deprecated": "*" @@ -3516,9 +3617,9 @@ "composer/composer": "^2.2.0", "doctrine/coding-standard": "^9.0.0", "ext-zip": "^1.15.0", - "phpunit/phpunit": "^9.5.9", - "roave/infection-static-analysis-plugin": "^1.10.0", - "vimeo/psalm": "^4.10.0" + "phpunit/phpunit": "^9.5.10", + "roave/infection-static-analysis-plugin": "^1.13.0", + "vimeo/psalm": "^4.15.0" }, "type": "library", "autoload": { @@ -3539,7 +3640,7 @@ "description": "Provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/Ocramius/PackageVersions/issues", - "source": "https://github.com/Ocramius/PackageVersions/tree/2.5.1" + "source": "https://github.com/Ocramius/PackageVersions/tree/2.6.0" }, "funding": [ { @@ -3551,7 +3652,7 @@ "type": "tidelift" } ], - "time": "2022-03-05T18:04:57+00:00" + "time": "2022-10-10T14:46:02+00:00" }, { "name": "ondram/ci-detector", @@ -4310,25 +4411,30 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "77a32518733312af16a44300404e945338981de3" + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", - "reference": "77a32518733312af16a44300404e945338981de3", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "*", - "psalm/phar": "^4.8" + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" }, "type": "library", "extra": { @@ -4354,9 +4460,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" }, - "time": "2022-03-15T21:29:03+00:00" + "time": "2022-10-14T12:47:21+00:00" }, { "name": "phpspec/prophecy", @@ -4479,16 +4585,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.8.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "8dd908dd6156e974b9a0f8bb4cd5ad0707830f04" + "reference": "33aefcdab42900e36366d0feab6206e2dd68f947" }, "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/33aefcdab42900e36366d0feab6206e2dd68f947", + "reference": "33aefcdab42900e36366d0feab6206e2dd68f947", "shasum": "" }, "require": { @@ -4518,22 +4624,22 @@ "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.0" }, - "time": "2022-09-04T18:59:06+00:00" + "time": "2022-10-21T09:57:39+00:00" }, { "name": "phpstan/phpstan", - "version": "1.8.6", + "version": "1.8.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618" + "reference": "46e223dd68a620da18855c23046ddb00940b4014" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618", - "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e223dd68a620da18855c23046ddb00940b4014", + "reference": "46e223dd68a620da18855c23046ddb00940b4014", "shasum": "" }, "require": { @@ -4563,7 +4669,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.8.6" + "source": "https://github.com/phpstan/phpstan/tree/1.8.11" }, "funding": [ { @@ -4579,7 +4685,7 @@ "type": "tidelift" } ], - "time": "2022-09-23T09:54:39+00:00" + "time": "2022-10-24T15:45:13+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -4684,21 +4790,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "1.1.1", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "4a3c437c09075736285d1cabb5c75bf27ed0bc84" + "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4a3c437c09075736285d1cabb5c75bf27ed0bc84", - "reference": "4a3c437c09075736285d1cabb5c75bf27ed0bc84", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/6b93db7fae6d6f3e81a5b4297f93af6fe4146785", + "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.5.0" + "phpstan/phpstan": "^1.8.0" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -4730,9 +4836,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.1.1" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.1.3" }, - "time": "2022-04-20T15:24:25+00:00" + "time": "2022-10-24T11:38:17+00:00" }, { "name": "phpstan/phpstan-strict-rules", @@ -5652,42 +5758,115 @@ ], "time": "2022-06-13T13:41:03+00:00" }, + { + "name": "revolt/event-loop", + "version": "v0.2.5", + "source": { + "type": "git", + "url": "https://github.com/revoltphp/event-loop.git", + "reference": "4e7455506d9ff61f3705b76a20a8f12ad4dc1552" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/4e7455506d9ff61f3705b76a20a8f12ad4dc1552", + "reference": "4e7455506d9ff61f3705b76a20a8f12ad4dc1552", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "ext-json": "*", + "jetbrains/phpstorm-stubs": "^2019.3", + "phpunit/phpunit": "^9", + "psalm/phar": "^4.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Revolt\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "ceesjank@gmail.com" + }, + { + "name": "Christian Lück", + "email": "christian@clue.engineering" + }, + { + "name": "Niklas Keller", + "email": "me@kelunik.com" + } + ], + "description": "Rock-solid event loop for concurrent PHP applications.", + "keywords": [ + "async", + "asynchronous", + "concurrency", + "event", + "event-loop", + "non-blocking", + "scheduler" + ], + "support": { + "issues": "https://github.com/revoltphp/event-loop/issues", + "source": "https://github.com/revoltphp/event-loop/tree/v0.2.5" + }, + "time": "2022-08-01T03:01:07+00:00" + }, { "name": "roave/backward-compatibility-check", - "version": "7.1.0", + "version": "7.3.0", "source": { "type": "git", "url": "https://github.com/Roave/BackwardCompatibilityCheck.git", - "reference": "10abd71ae2b1ffe79b216312c4dd01455eee4eb5" + "reference": "e164a07ced41637b33b2deffa0a98056fbef16f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/10abd71ae2b1ffe79b216312c4dd01455eee4eb5", - "reference": "10abd71ae2b1ffe79b216312c4dd01455eee4eb5", + "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/e164a07ced41637b33b2deffa0a98056fbef16f5", + "reference": "e164a07ced41637b33b2deffa0a98056fbef16f5", "shasum": "" }, "require": { - "azjezz/psl": "^1.9.3", - "composer/composer": "^2.4.1", + "azjezz/psl": "^2.0.4", + "composer/composer": "^2.4.2", "ext-json": "*", "nikolaposa/version": "^4.1.0", "ocramius/package-versions": "^2.5.1", - "php": "~8.0.0 || ~8.1.0", - "roave/better-reflection": "^5.9.0", - "symfony/console": "^6.0.12" + "php": "~8.1.0 || ~8.2.0", + "roave/better-reflection": "^6.2.0", + "symfony/console": "^6.1.5" }, "conflict": { + "revolt/event-loop": "<0.2.5", "symfony/process": "<5.3.7" }, "require-dev": { "doctrine/coding-standard": "^10.0.0", - "php-standard-library/psalm-plugin": "^1.1.5", - "phpunit/phpunit": "^9.5.23", + "php-standard-library/psalm-plugin": "^2.0.2", + "phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.17.0", - "roave/infection-static-analysis-plugin": "^1.21", + "roave/infection-static-analysis-plugin": "^1.23", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7.1", - "vimeo/psalm": "^4.26.0" + "vimeo/psalm": "^4.29.0" }, "bin": [ "bin/roave-backward-compatibility-check" @@ -5715,22 +5894,22 @@ "description": "Tool to compare two revisions of a public API to check for BC breaks", "support": { "issues": "https://github.com/Roave/BackwardCompatibilityCheck/issues", - "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/7.1.0" + "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/7.3.0" }, - "time": "2022-08-29T08:47:16+00:00" + "time": "2022-10-12T21:30:36+00:00" }, { "name": "roave/better-reflection", - "version": "5.11.0", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "3e9820ae14694b280861ad4afc2c796353d34281" + "reference": "54bd4ad78eb76d98e0544fc9860937f865467ef8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/3e9820ae14694b280861ad4afc2c796353d34281", - "reference": "3e9820ae14694b280861ad4afc2c796353d34281", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/54bd4ad78eb76d98e0544fc9860937f865467ef8", + "reference": "54bd4ad78eb76d98e0544fc9860937f865467ef8", "shasum": "" }, "require": { @@ -5738,18 +5917,18 @@ "jetbrains/phpstorm-stubs": "2022.2", "nikic/php-parser": "^4.15.1", "php": "~8.0.12 || ~8.1.0 || ~8.2.0", - "roave/signature": "^1.6" + "roave/signature": "^1.7" }, "conflict": { "thecodingmachine/safe": "<1.1.3" }, "require-dev": { "doctrine/coding-standard": "^10.0.0", - "phpstan/phpstan": "^1.8.5", + "phpstan/phpstan": "^1.8.9", "phpstan/phpstan-phpunit": "^1.1.1", - "phpunit/phpunit": "^9.5.24", + "phpunit/phpunit": "^9.5.25", "roave/infection-static-analysis-plugin": "^1.23.0", - "vimeo/psalm": "^4.27" + "vimeo/psalm": "^4.29" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -5789,34 +5968,34 @@ "description": "Better Reflection - an improved code reflection API", "support": { "issues": "https://github.com/Roave/BetterReflection/issues", - "source": "https://github.com/Roave/BetterReflection/tree/5.11.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.3.0" }, - "time": "2022-09-13T09:05:12+00:00" + "time": "2022-10-14T23:59:07+00:00" }, { "name": "roave/infection-static-analysis-plugin", - "version": "1.23.0", + "version": "1.25.0", "source": { "type": "git", "url": "https://github.com/Roave/infection-static-analysis-plugin.git", - "reference": "7f189bfdd28e4fcbd79f219232a1f2a1d748994d" + "reference": "f0b6b72dc9e378fdf0cadf440bc2b8061333392e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/7f189bfdd28e4fcbd79f219232a1f2a1d748994d", - "reference": "7f189bfdd28e4fcbd79f219232a1f2a1d748994d", + "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/f0b6b72dc9e378fdf0cadf440bc2b8061333392e", + "reference": "f0b6b72dc9e378fdf0cadf440bc2b8061333392e", "shasum": "" }, "require": { - "infection/infection": "0.26.14", + "infection/infection": "0.26.16", "ocramius/package-versions": "^1.9.0 || ^2.0.0", "php": "~8.0.0|~8.1.0|~8.2.0", "sanmai/later": "^0.1.2", - "vimeo/psalm": "^4.27.0" + "vimeo/psalm": "^4.29.0" }, "require-dev": { "doctrine/coding-standard": "^10.0.0", - "phpunit/phpunit": "^9.5.24" + "phpunit/phpunit": "^9.5.25" }, "bin": [ "bin/roave-infection-static-analysis-plugin" @@ -5840,32 +6019,32 @@ "description": "Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis", "support": { "issues": "https://github.com/Roave/infection-static-analysis-plugin/issues", - "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.23.0" + "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.25.0" }, - "time": "2022-09-06T10:50:54+00:00" + "time": "2022-10-22T11:43:05+00:00" }, { "name": "roave/signature", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/Roave/Signature.git", - "reference": "ed898589a3088217e6aa4f4a77d7b2b8f5e91a8a" + "reference": "2ab4eadcb9f9d449f673a97b67797403b35eca94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/Signature/zipball/ed898589a3088217e6aa4f4a77d7b2b8f5e91a8a", - "reference": "ed898589a3088217e6aa4f4a77d7b2b8f5e91a8a", + "url": "https://api.github.com/repos/Roave/Signature/zipball/2ab4eadcb9f9d449f673a97b67797403b35eca94", + "reference": "2ab4eadcb9f9d449f673a97b67797403b35eca94", "shasum": "" }, "require": { - "php": "7.4.*|8.0.*|8.1.*|8.2.*" + "php": "8.0.*|8.1.*|8.2.*" }, "require-dev": { "doctrine/coding-standard": "^10.0.0", - "infection/infection": "^0.26.6", - "phpunit/phpunit": "^9.5.9", - "vimeo/psalm": "^4.27.0" + "infection/infection": "^0.26.15", + "phpunit/phpunit": "^9.5.25", + "vimeo/psalm": "^4.28.0" }, "type": "library", "autoload": { @@ -5880,9 +6059,9 @@ "description": "Sign and verify stuff", "support": { "issues": "https://github.com/Roave/Signature/issues", - "source": "https://github.com/Roave/Signature/tree/1.6.0" + "source": "https://github.com/Roave/Signature/tree/1.7.0" }, - "time": "2022-09-06T11:01:18+00:00" + "time": "2022-10-10T08:44:53+00:00" }, { "name": "sanmai/later", @@ -7340,16 +7519,16 @@ }, { "name": "symfony/console", - "version": "v6.1.4", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7fccea8728aa2d431a6725b02b3ce759049fc84d" + "reference": "7fa3b9cf17363468795e539231a5c91b02b608fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7fccea8728aa2d431a6725b02b3ce759049fc84d", - "reference": "7fccea8728aa2d431a6725b02b3ce759049fc84d", + "url": "https://api.github.com/repos/symfony/console/zipball/7fa3b9cf17363468795e539231a5c91b02b608fc", + "reference": "7fa3b9cf17363468795e539231a5c91b02b608fc", "shasum": "" }, "require": { @@ -7416,7 +7595,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.4" + "source": "https://github.com/symfony/console/tree/v6.1.6" }, "funding": [ { @@ -7432,20 +7611,20 @@ "type": "tidelift" } ], - "time": "2022-08-26T10:32:31+00:00" + "time": "2022-10-07T08:04:03+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.1.3", + "version": "v6.1.5", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "079e336a1880f457b219aecc3d41bef2f1093b0b" + "reference": "b9c797c9d56afc290d4265854bafd01b4e379240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/079e336a1880f457b219aecc3d41bef2f1093b0b", - "reference": "079e336a1880f457b219aecc3d41bef2f1093b0b", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b9c797c9d56afc290d4265854bafd01b4e379240", + "reference": "b9c797c9d56afc290d4265854bafd01b4e379240", "shasum": "" }, "require": { @@ -7503,7 +7682,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.1.3" + "source": "https://github.com/symfony/dependency-injection/tree/v6.1.5" }, "funding": [ { @@ -7519,7 +7698,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:46:29+00:00" + "time": "2022-09-28T16:00:52+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7590,16 +7769,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.1.4", + "version": "v6.1.5", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "3f39c04d2630c34019907b02f85672dac99f8659" + "reference": "4d216a2beef096edf040a070117c39ca2abce307" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/3f39c04d2630c34019907b02f85672dac99f8659", - "reference": "3f39c04d2630c34019907b02f85672dac99f8659", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d216a2beef096edf040a070117c39ca2abce307", + "reference": "4d216a2beef096edf040a070117c39ca2abce307", "shasum": "" }, "require": { @@ -7633,7 +7812,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.1.4" + "source": "https://github.com/symfony/filesystem/tree/v6.1.5" }, "funding": [ { @@ -7649,7 +7828,7 @@ "type": "tidelift" } ], - "time": "2022-08-02T16:17:38+00:00" + "time": "2022-09-21T20:29:40+00:00" }, { "name": "symfony/finder", @@ -8270,16 +8449,16 @@ }, { "name": "symfony/serializer", - "version": "v6.1.4", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "03e5987dd9bb98038c60c7af3e58500c81c4aec1" + "reference": "76af774da9daf606d6400f1445b69d23efa3b238" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/03e5987dd9bb98038c60c7af3e58500c81c4aec1", - "reference": "03e5987dd9bb98038c60c7af3e58500c81c4aec1", + "url": "https://api.github.com/repos/symfony/serializer/zipball/76af774da9daf606d6400f1445b69d23efa3b238", + "reference": "76af774da9daf606d6400f1445b69d23efa3b238", "shasum": "" }, "require": { @@ -8351,7 +8530,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.1.4" + "source": "https://github.com/symfony/serializer/tree/v6.1.6" }, "funding": [ { @@ -8367,7 +8546,7 @@ "type": "tidelift" } ], - "time": "2022-08-26T10:32:31+00:00" + "time": "2022-10-12T05:10:31+00:00" }, { "name": "symfony/service-contracts", @@ -8456,16 +8635,16 @@ }, { "name": "symfony/stopwatch", - "version": "v6.1.0", + "version": "v6.1.5", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "77dedae82ce2a26e2e9b481855473fc3b3e4e54d" + "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/77dedae82ce2a26e2e9b481855473fc3b3e4e54d", - "reference": "77dedae82ce2a26e2e9b481855473fc3b3e4e54d", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7", + "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7", "shasum": "" }, "require": { @@ -8498,7 +8677,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.1.0" + "source": "https://github.com/symfony/stopwatch/tree/v6.1.5" }, "funding": [ { @@ -8514,20 +8693,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-09-28T16:00:52+00:00" }, { "name": "symfony/string", - "version": "v6.1.4", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "290972cad7b364e3befaa74ba0ec729800fb161c" + "reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/290972cad7b364e3befaa74ba0ec729800fb161c", - "reference": "290972cad7b364e3befaa74ba0ec729800fb161c", + "url": "https://api.github.com/repos/symfony/string/zipball/7e7e0ff180d4c5a6636eaad57b65092014b61864", + "reference": "7e7e0ff180d4c5a6636eaad57b65092014b61864", "shasum": "" }, "require": { @@ -8583,7 +8762,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.4" + "source": "https://github.com/symfony/string/tree/v6.1.6" }, "funding": [ { @@ -8599,20 +8778,20 @@ "type": "tidelift" } ], - "time": "2022-08-12T18:05:43+00:00" + "time": "2022-10-10T09:34:31+00:00" }, { "name": "symfony/yaml", - "version": "v6.1.4", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "86ee4d8fa594ed45e40d86eedfda1bcb66c8d919" + "reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/86ee4d8fa594ed45e40d86eedfda1bcb66c8d919", - "reference": "86ee4d8fa594ed45e40d86eedfda1bcb66c8d919", + "url": "https://api.github.com/repos/symfony/yaml/zipball/66c6b0cf52b00f74614a2cf7ae7db08ea1095931", + "reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931", "shasum": "" }, "require": { @@ -8657,7 +8836,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.4" + "source": "https://github.com/symfony/yaml/tree/v6.1.6" }, "funding": [ { @@ -8673,7 +8852,7 @@ "type": "tidelift" } ], - "time": "2022-08-02T16:17:38+00:00" + "time": "2022-10-07T08:04:03+00:00" }, { "name": "thecodingmachine/phpstan-safe-rule", @@ -8789,16 +8968,16 @@ }, { "name": "thecodingmachine/safe", - "version": "v2.3.1", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/thecodingmachine/safe.git", - "reference": "b141ff557fafcd00a475298883e567fc06bd95dd" + "reference": "e788f3d09dcd36f806350aedb77eac348fafadd3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/b141ff557fafcd00a475298883e567fc06bd95dd", - "reference": "b141ff557fafcd00a475298883e567fc06bd95dd", + "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/e788f3d09dcd36f806350aedb77eac348fafadd3", + "reference": "e788f3d09dcd36f806350aedb77eac348fafadd3", "shasum": "" }, "require": { @@ -8922,9 +9101,9 @@ "description": "PHP core functions that throw exceptions instead of returning FALSE on error", "support": { "issues": "https://github.com/thecodingmachine/safe/issues", - "source": "https://github.com/thecodingmachine/safe/tree/v2.3.1" + "source": "https://github.com/thecodingmachine/safe/tree/v2.4.0" }, - "time": "2022-09-20T12:01:26+00:00" + "time": "2022-10-07T14:02:17+00:00" }, { "name": "theseer/tokenizer", @@ -8978,16 +9157,16 @@ }, { "name": "vimeo/psalm", - "version": "4.27.0", + "version": "4.29.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "faf106e717c37b8c81721845dba9de3d8deed8ff" + "reference": "7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/faf106e717c37b8c81721845dba9de3d8deed8ff", - "reference": "faf106e717c37b8c81721845dba9de3d8deed8ff", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3", + "reference": "7ec5ffbd5f68ae03782d7fd33fff0c45a69f95b3", "shasum": "" }, "require": { @@ -9026,6 +9205,7 @@ "phpdocumentor/reflection-docblock": "^5", "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.9.0", + "phpstan/phpdoc-parser": "1.2.* || 1.6.4", "phpunit/phpunit": "^9.0", "psalm/plugin-phpunit": "^0.16", "slevomat/coding-standard": "^7.0", @@ -9079,9 +9259,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.27.0" + "source": "https://github.com/vimeo/psalm/tree/4.29.0" }, - "time": "2022-08-31T13:47:09+00:00" + "time": "2022-10-11T17:09:17+00:00" }, { "name": "webmozart/assert", @@ -9243,16 +9423,16 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "5.0.16", + "version": "5.0.19", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "bb49925fef716035b8ef037e50ca2036ee16dafe" + "reference": "51884ad03a1fef15160a1494a961f7152b8a14b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/bb49925fef716035b8ef037e50ca2036ee16dafe", - "reference": "bb49925fef716035b8ef037e50ca2036ee16dafe", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/51884ad03a1fef15160a1494a961f7152b8a14b9", + "reference": "51884ad03a1fef15160a1494a961f7152b8a14b9", "shasum": "" }, "require": { @@ -9261,7 +9441,7 @@ "phpunit/phpunit": "^9.5.21", "react/event-loop": "^1.3.0", "react/promise": "^2.9.", - "wyrihaximus/test-utilities": "^5.1.2" + "wyrihaximus/test-utilities": "^5.1.5" }, "require-dev": { "wyrihaximus/iterator-or-array-to-array": "^1.2" @@ -9285,7 +9465,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/5.0.16" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/5.0.19" }, "funding": [ { @@ -9293,7 +9473,7 @@ "type": "github" } ], - "time": "2022-08-25T09:29:42+00:00" + "time": "2022-10-20T23:09:23+00:00" }, { "name": "wyrihaximus/coding-standard", @@ -9386,25 +9566,25 @@ }, { "name": "wyrihaximus/test-utilities", - "version": "5.1.3", + "version": "5.1.6", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-test-utilities.git", - "reference": "ffe3cfe3de70f9c08a36757cca66688049d9519e" + "reference": "7fe99d13ead3c24efe1bea2fdd40e3231e5b21fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/ffe3cfe3de70f9c08a36757cca66688049d9519e", - "reference": "ffe3cfe3de70f9c08a36757cca66688049d9519e", + "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/7fe99d13ead3c24efe1bea2fdd40e3231e5b21fd", + "reference": "7fe99d13ead3c24efe1bea2fdd40e3231e5b21fd", "shasum": "" }, "require": { "ergebnis/composer-normalize": "^2.28.3", - "icanhazstring/composer-unused": "^0.8.2", + "icanhazstring/composer-unused": "^0.8.3", "infection/infection": "^0.26.5", "jakobbuis/simple-slow-test-reporter": "^1.0", "maglnet/composer-require-checker": "^4.2.0", - "nunomaduro/collision": "^6.3.0", + "nunomaduro/collision": "^6.3.1", "orklah/psalm-insane-comparison": "^2.0.0", "php": "^8", "php-coveralls/php-coveralls": "^2.5.3", @@ -9413,14 +9593,14 @@ "php-standard-library/psalm-plugin": "^1.1", "phpspec/prophecy": "^1.15", "phpspec/prophecy-phpunit": "^2.0.1", - "phpstan/phpstan": "^1.8.5", - "phpunit/phpunit": "^9.5.24", + "phpstan/phpstan": "^1.8.10", + "phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.17.0", "roave/backward-compatibility-check": "^7.1.0", "roave/infection-static-analysis-plugin": "^1.23.0", "squizlabs/php_codesniffer": "^3.7.1", - "thecodingmachine/safe": "^2.3.1", - "vimeo/psalm": "^4.26", + "thecodingmachine/safe": "^2.4.0", + "vimeo/psalm": "^4.28", "wyrihaximus/coding-standard": "^2.11.0", "wyrihaximus/phpstan-rules-wrapper": "^2" }, @@ -9466,7 +9646,7 @@ "description": "🛠️ Test utilities for api-clients packages", "support": { "issues": "https://github.com/WyriHaximus/php-test-utilities/issues", - "source": "https://github.com/WyriHaximus/php-test-utilities/tree/5.1.3" + "source": "https://github.com/WyriHaximus/php-test-utilities/tree/5.1.6" }, "funding": [ { @@ -9474,7 +9654,7 @@ "type": "github" } ], - "time": "2022-09-24T19:54:19+00:00" + "time": "2022-10-24T03:10:38+00:00" } ], "aliases": [],