diff --git a/composer.json b/composer.json index b61d787..f16ce1f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "react-parallel/stubs": "^1.2", - "wyrihaximus/async-test-utilities": "^13.2.0", + "wyrihaximus/async-test-utilities": "^13.3.0", "wyrihaximus/makefiles": "^0.12.1", "wyrihaximus/ticking-promise": "^3.1.0" }, diff --git a/composer.lock b/composer.lock index c53e2a6..468b71b 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": "ec82b65f6de2fb72135fb3afcff140a0", + "content-hash": "1fb36c196f9a4de8903224b761183881", "packages": [ { "name": "lcobucci/clock", @@ -1423,16 +1423,16 @@ }, { "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v1.2.0", + "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/composer-installer.git", - "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1" + "reference": "963f0c67bffde0eac41b56be71ac0e8ba132f0bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1", - "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/963f0c67bffde0eac41b56be71ac0e8ba132f0bd", + "reference": "963f0c67bffde0eac41b56be71ac0e8ba132f0bd", "shasum": "" }, "require": { @@ -1515,7 +1515,7 @@ "type": "thanks_dev" } ], - "time": "2025-11-11T04:32:07+00:00" + "time": "2026-05-06T08:26:05+00:00" }, { "name": "doctrine/coding-standard", @@ -6687,20 +6687,20 @@ }, { "name": "slevomat/coding-standard", - "version": "8.28.1", + "version": "8.30.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "66151cfbd25b50e8becd9f809fb704f01fd4d6f2" + "reference": "70a3b2150600122f87c59cae1c1b5902ba73798b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/66151cfbd25b50e8becd9f809fb704f01fd4d6f2", - "reference": "66151cfbd25b50e8becd9f809fb704f01fd4d6f2", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/70a3b2150600122f87c59cae1c1b5902ba73798b", + "reference": "70a3b2150600122f87c59cae1c1b5902ba73798b", "shasum": "" }, "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.0", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.1", "php": "^7.4 || ^8.0", "phpstan/phpdoc-parser": "^2.3.2", "squizlabs/php_codesniffer": "^4.0.1" @@ -6708,11 +6708,11 @@ "require-dev": { "phing/phing": "3.0.1|3.1.2", "php-parallel-lint/php-parallel-lint": "1.4.0", - "phpstan/phpstan": "2.1.42", + "phpstan/phpstan": "2.2.2", "phpstan/phpstan-deprecation-rules": "2.0.4", "phpstan/phpstan-phpunit": "2.0.16", - "phpstan/phpstan-strict-rules": "2.0.10", - "phpunit/phpunit": "9.6.34|10.5.63|11.4.4|11.5.50|12.5.14" + "phpstan/phpstan-strict-rules": "2.0.11", + "phpunit/phpunit": "9.6.34|10.5.63|11.4.4|11.5.55|12.5.30" }, "type": "phpcodesniffer-standard", "extra": { @@ -6736,7 +6736,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.28.1" + "source": "https://github.com/slevomat/coding-standard/tree/8.30.1" }, "funding": [ { @@ -6748,7 +6748,7 @@ "type": "tidelift" } ], - "time": "2026-03-22T17:22:38+00:00" + "time": "2026-06-27T11:26:35+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -9254,16 +9254,16 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "13.2.0", + "version": "13.3.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "348547244e3b36033d813f8675ff10fd4156b096" + "reference": "4c9f02bf271bc6ff615a6a1b85f2839f811b2274" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/348547244e3b36033d813f8675ff10fd4156b096", - "reference": "348547244e3b36033d813f8675ff10fd4156b096", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/4c9f02bf271bc6ff615a6a1b85f2839f811b2274", + "reference": "4c9f02bf271bc6ff615a6a1b85f2839f811b2274", "shasum": "" }, "require": { @@ -9274,14 +9274,14 @@ "react/promise": "^3.3.0", "wyrihaximus/phpstan-react": "^2.0.0", "wyrihaximus/react-phpunit-run-tests-in-fiber": "^4.0.0", - "wyrihaximus/test-utilities": "^13.2.0" + "wyrihaximus/test-utilities": "^13.3.0" }, "conflict": { "composer/compoer": "<2.6.0" }, "require-dev": { "react/promise-timer": "^1.11.0", - "wyrihaximus/makefiles": "^0.11.1" + "wyrihaximus/makefiles": "^0.12.1" }, "type": "library", "extra": { @@ -9309,7 +9309,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/13.2.0" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/13.3.0" }, "funding": [ { @@ -9317,30 +9317,43 @@ "type": "github" } ], - "time": "2026-06-20T21:11:32+00:00" + "time": "2026-06-27T22:10:23+00:00" }, { "name": "wyrihaximus/coding-standard", - "version": "4.0.0", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-coding-standard.git", - "reference": "29855675f089665ad4923afb61305cbf42589255" + "reference": "15de1c4e2be8857b2c086810659eac158dfe7531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-coding-standard/zipball/29855675f089665ad4923afb61305cbf42589255", - "reference": "29855675f089665ad4923afb61305cbf42589255", + "url": "https://api.github.com/repos/WyriHaximus/php-coding-standard/zipball/15de1c4e2be8857b2c086810659eac158dfe7531", + "reference": "15de1c4e2be8857b2c086810659eac158dfe7531", "shasum": "" }, "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^1.2.0", + "dealerdirect/phpcodesniffer-composer-installer": "^1.2.1", "doctrine/coding-standard": "^14.0.0", "php": "^8.4", - "slevomat/coding-standard": "^8.26.0", + "slevomat/coding-standard": "^8.30.1", "squizlabs/php_codesniffer": "^4.0.1" }, + "require-dev": { + "wyrihaximus/makefiles": "^0.12.1" + }, "type": "phpcodesniffer-standard", + "extra": { + "wyrihaximus": { + "supported-features": { + "code-style": false, + "unit-tests": false, + "static-analysis": false, + "composer-dependency-checkers": false + } + } + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -9348,7 +9361,7 @@ "description": "WyriHaximus Coding Standard", "support": { "issues": "https://github.com/WyriHaximus/php-coding-standard/issues", - "source": "https://github.com/WyriHaximus/php-coding-standard/tree/4.0.0" + "source": "https://github.com/WyriHaximus/php-coding-standard/tree/4.2.0" }, "funding": [ { @@ -9356,7 +9369,7 @@ "type": "github" } ], - "time": "2026-01-14T17:34:23+00:00" + "time": "2026-06-27T19:56:09+00:00" }, { "name": "wyrihaximus/makefiles", @@ -9649,16 +9662,16 @@ }, { "name": "wyrihaximus/test-utilities", - "version": "13.2.0", + "version": "13.3.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-test-utilities.git", - "reference": "a83f92c89d8ba3cd10931867599d8ecc9e93f639" + "reference": "ed71de5364fbf676c30110ee1c9e7e26e24aee03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/a83f92c89d8ba3cd10931867599d8ecc9e93f639", - "reference": "a83f92c89d8ba3cd10931867599d8ecc9e93f639", + "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/ed71de5364fbf676c30110ee1c9e7e26e24aee03", + "reference": "ed71de5364fbf676c30110ee1c9e7e26e24aee03", "shasum": "" }, "require": { @@ -9676,10 +9689,10 @@ "php-parallel-lint/php-parallel-lint": "^1.4.0", "phpstan/phpstan": "^2.2.2", "phpunit/phpunit": "^13.1.13", - "rector/rector": "^2.4.6", + "rector/rector": "^2.5.2", "roave/backward-compatibility-check": "^8.19.0", "squizlabs/php_codesniffer": "^4.0.1", - "wyrihaximus/coding-standard": "^4.0.0", + "wyrihaximus/coding-standard": "^4.2.0", "wyrihaximus/phpstan-rules-wrapper": "^14.0.0" }, "conflict": { @@ -9688,7 +9701,7 @@ "wyrihaximus/makefiles": "<0.5.0" }, "require-dev": { - "wyrihaximus/makefiles": "^0.11.1" + "wyrihaximus/makefiles": "^0.12.1" }, "suggest": { "wyrihaximus/async-test-utilities": "The recommended addition to this package when building ReactPHP packages and projects.", @@ -9721,7 +9734,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/13.2.0" + "source": "https://github.com/WyriHaximus/php-test-utilities/tree/13.3.0" }, "funding": [ { @@ -9729,7 +9742,7 @@ "type": "github" } ], - "time": "2026-06-20T14:44:52+00:00" + "time": "2026-06-27T20:14:37+00:00" }, { "name": "wyrihaximus/ticking-promise",