diff --git a/composer.json b/composer.json index fe81ac9..cd69868 100644 --- a/composer.json +++ b/composer.json @@ -43,15 +43,15 @@ "amphp/phpunit-util": "^3.0", "ergebnis/phpstan-rules": "^2.1", "lendable/clock": "^2.3", - "php-cs-fixer/shim": "^v3.30.0", + "php-cs-fixer/shim": "^v3.34.1", "php-standard-library/phpstan-extension": "^1.0", - "phpstan/phpstan": "^1.10.35", + "phpstan/phpstan": "^1.10.38", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.14", "phpstan/phpstan-strict-rules": "^1.5.1", "phpunit/phpunit": "^9.6.13", "psr/container": "^2.0", - "rector/rector": "^0.18.4" + "rector/rector": "^0.18.5" }, "config": { "sort-packages": true, diff --git a/composer.lock b/composer.lock index 87ac721..729500f 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": "fc867525dc37f79dbe524a15f579efd9", + "content-hash": "006ed41ca610df52eeb9d1876c396777", "packages": [ { "name": "amphp/amp", @@ -2543,16 +2543,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.30.0", + "version": "v3.34.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "8f142389865fea574ddf7dc18f69f399c052502c" + "reference": "1798523107e53d081364553cb1627a04e2063cbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/8f142389865fea574ddf7dc18f69f399c052502c", - "reference": "8f142389865fea574ddf7dc18f69f399c052502c", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/1798523107e53d081364553cb1627a04e2063cbe", + "reference": "1798523107e53d081364553cb1627a04e2063cbe", "shasum": "" }, "require": { @@ -2589,9 +2589,9 @@ "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.30.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.34.1" }, - "time": "2023-09-26T22:11:30+00:00" + "time": "2023-10-03T23:51:46+00:00" }, { "name": "php-standard-library/phpstan-extension", @@ -2648,16 +2648,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.35", + "version": "1.10.38", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3" + "reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3", - "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5302bb402c57f00fb3c2c015bac86e0827e4b691", + "reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691", "shasum": "" }, "require": { @@ -2706,7 +2706,7 @@ "type": "tidelift" } ], - "time": "2023-09-19T15:27:56+00:00" + "time": "2023-10-06T14:19:14+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -3334,21 +3334,21 @@ }, { "name": "rector/rector", - "version": "0.18.4", + "version": "0.18.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370" + "reference": "2a3b82f317e431fc142d21f3303891a4e64c96eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d99a91176b7eb7f2b6d509a6486b3661c6dfd370", - "reference": "d99a91176b7eb7f2b6d509a6486b3661c6dfd370", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/2a3b82f317e431fc142d21f3303891a4e64c96eb", + "reference": "2a3b82f317e431fc142d21f3303891a4e64c96eb", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.31" + "phpstan/phpstan": "^1.10.35" }, "conflict": { "rector/rector-doctrine": "*", @@ -3378,7 +3378,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.18.4" + "source": "https://github.com/rectorphp/rector/tree/0.18.5" }, "funding": [ { @@ -3386,7 +3386,7 @@ "type": "github" } ], - "time": "2023-09-25T17:07:54+00:00" + "time": "2023-10-05T11:25:40+00:00" }, { "name": "sebastian/cli-parser",