diff --git a/composer.json b/composer.json index 5b238138d..cd982d850 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.19.0", "qossmic/deptrac-shim": "^1.0.2", - "rector/rector": "^1.1.0", + "rector/rector": "^1.2.8", "squizlabs/php_codesniffer": "^3.10", "symfony/finder": "^6.4.8", "symplify/phpstan-rules": "^12.7", diff --git a/composer.lock b/composer.lock index 5759764a6..625c693b3 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": "c4c01865a1c16ea349f6be54fcf8ea1b", + "content-hash": "17e68fec0d8197c23757a5dc06187618", "packages": [ { "name": "dflydev/dot-access-data", @@ -6646,21 +6646,21 @@ }, { "name": "rector/rector", - "version": "1.1.0", + "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "556509e2dcf527369892b7d411379c4a02f31859" + "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/556509e2dcf527369892b7d411379c4a02f31859", - "reference": "556509e2dcf527369892b7d411379c4a02f31859", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240", + "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.11" + "phpstan/phpstan": "^1.12.5" }, "conflict": { "rector/rector-doctrine": "*", @@ -6693,7 +6693,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.1.0" + "source": "https://github.com/rectorphp/rector/tree/1.2.8" }, "funding": [ { @@ -6701,7 +6701,7 @@ "type": "github" } ], - "time": "2024-05-18T09:40:27+00:00" + "time": "2024-10-18T11:54:27+00:00" }, { "name": "sebastian/cli-parser",