diff --git a/composer.json b/composer.json index 800b96d..ddb74d7 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ "require-dev": { "ergebnis/composer-normalize": "^2.50.0", "lendable/composer-license-checker": "^1.4.0", - "php-cs-fixer/shim": "^3.94.0", - "phpstan/phpstan": "^2.1.39", + "php-cs-fixer/shim": "^3.94.2", + "phpstan/phpstan": "^2.1.42", "phpstan/phpstan-deprecation-rules": "^2.0.4", "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-strict-rules": "^2.0.10", - "rector/rector": "^2.3.6" + "rector/rector": "^2.3.9" }, "minimum-stability": "stable", "autoload": { diff --git a/composer.lock b/composer.lock index f5fc52f..bb43e69 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": "a3210add1d10faafbf7fabfc5124c51f", + "content-hash": "5e07ac900697421ce64714e2bb05540e", "packages": [ { "name": "myclabs/deep-copy", @@ -2530,16 +2530,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.94.0", + "version": "v3.94.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "bf90113c2d4f349a639df42045d36e78ffc25c9a" + "reference": "80fd29f44a736136a2f05bae5464816a444b91d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/bf90113c2d4f349a639df42045d36e78ffc25c9a", - "reference": "bf90113c2d4f349a639df42045d36e78ffc25c9a", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/80fd29f44a736136a2f05bae5464816a444b91d1", + "reference": "80fd29f44a736136a2f05bae5464816a444b91d1", "shasum": "" }, "require": { @@ -2576,17 +2576,17 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.94.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.94.2" }, - "time": "2026-02-11T16:45:46+00:00" + "time": "2026-02-20T16:14:17+00:00" }, { "name": "phpstan/phpstan", - "version": "2.1.39", + "version": "2.1.42", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", - "reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0", + "reference": "1279e1ce86ba768f0780c9d889852b4e02ff40d0", "shasum": "" }, "require": { @@ -2631,7 +2631,7 @@ "type": "github" } ], - "time": "2026-02-11T14:48:56+00:00" + "time": "2026-03-17T14:58:32+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -2845,21 +2845,21 @@ }, { "name": "rector/rector", - "version": "2.3.6", + "version": "2.3.9", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "ca9ebb81d280cd362ea39474dabd42679e32ca6b" + "reference": "917842143fd9f5331a2adefc214b8d7143bd32c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/ca9ebb81d280cd362ea39474dabd42679e32ca6b", - "reference": "ca9ebb81d280cd362ea39474dabd42679e32ca6b", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/917842143fd9f5331a2adefc214b8d7143bd32c4", + "reference": "917842143fd9f5331a2adefc214b8d7143bd32c4", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.38" + "phpstan/phpstan": "^2.1.40" }, "conflict": { "rector/rector-doctrine": "*", @@ -2893,7 +2893,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.3.6" + "source": "https://github.com/rectorphp/rector/tree/2.3.9" }, "funding": [ { @@ -2901,7 +2901,7 @@ "type": "github" } ], - "time": "2026-02-06T14:25:06+00:00" + "time": "2026-03-16T09:43:55+00:00" }, { "name": "symfony/console",