diff --git a/vendor-bin/rector/composer.json b/vendor-bin/rector/composer.json index 283c1f4..487fd55 100644 --- a/vendor-bin/rector/composer.json +++ b/vendor-bin/rector/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "rector/rector": "^2.6.4", + "rector/rector": "^2.6.5", "nextcloud/rector": "^0.5.2" } } diff --git a/vendor-bin/rector/composer.lock b/vendor-bin/rector/composer.lock index 9a851db..bd4bd2a 100644 --- a/vendor-bin/rector/composer.lock +++ b/vendor-bin/rector/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": "486152717b5701bdcff8e628005b514c", + "content-hash": "f3a53514837278dd669b1ff6d0d412fd", "packages": [], "packages-dev": [ { @@ -122,11 +122,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.2.8", + "version": "2.2.10", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e285254e60f33c21902efef4a926ca0987c06804", - "reference": "e285254e60f33c21902efef4a926ca0987c06804", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/36d1509c998b0602811824143526b4a9ee2774e7", + "reference": "36d1509c998b0602811824143526b4a9ee2774e7", "shasum": "" }, "require": { @@ -182,7 +182,7 @@ "type": "github" } ], - "time": "2026-08-04T22:21:45+00:00" + "time": "2026-08-30T12:46:16+00:00" }, { "name": "psr/clock", @@ -387,21 +387,21 @@ }, { "name": "rector/rector", - "version": "2.6.4", + "version": "2.6.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "6ff008471683591224951526247b7a2b86980ba9" + "reference": "f8686605798c755456327a3597201c3b5be76294" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6ff008471683591224951526247b7a2b86980ba9", - "reference": "6ff008471683591224951526247b7a2b86980ba9", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f8686605798c755456327a3597201c3b5be76294", + "reference": "f8686605798c755456327a3597201c3b5be76294", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.2.6" + "phpstan/phpstan": "^2.2.10" }, "conflict": { "rector/rector-doctrine": "*", @@ -409,9 +409,6 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, "bin": [ "bin/rector" ], @@ -435,7 +432,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.6.4" + "source": "https://github.com/rectorphp/rector/tree/2.6.5" }, "funding": [ { @@ -443,7 +440,7 @@ "type": "github" } ], - "time": "2026-08-27T09:20:34+00:00" + "time": "2026-08-30T22:02:04+00:00" }, { "name": "webmozart/assert",