diff --git a/composer.json b/composer.json index 7ddfd7df8..f4946ec24 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "~8.2.1", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.19.0", + "rector/rector": "^1.0", "sebastian/phpcpd": "^6.0.3", "slevomat/coding-standard": "^8.14", "squizlabs/php_codesniffer": "^3.7", @@ -148,7 +148,7 @@ "optimize-autoloader": true, "sort-packages": true, "platform": { - "php": "8.1" + "php": "8.2" }, "process-timeout": 0, "allow-plugins": { diff --git a/composer.lock b/composer.lock index 00559921f..88fb70685 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": "f90c961891f8315ed02de9c9c0014204", + "content-hash": "dbd25515b2de7c606c378e18890fd381", "packages": [ { "name": "behat/transliterator", @@ -10975,16 +10975,16 @@ }, { "name": "rector/rector", - "version": "0.19.8", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" + "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", - "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/362258a1f6369fc88d02d469a5478d220f78b0e6", + "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6", "shasum": "" }, "require": { @@ -11019,7 +11019,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.19.8" + "source": "https://github.com/rectorphp/rector/tree/1.0.0" }, "funding": [ { @@ -11027,7 +11027,7 @@ "type": "github" } ], - "time": "2024-02-05T10:59:13+00:00" + "time": "2024-02-06T13:38:07+00:00" }, { "name": "sebastian/cli-parser", @@ -12824,7 +12824,7 @@ }, "platform-dev": [], "platform-overrides": { - "php": "8.1" + "php": "8.2" }, "plugin-api-version": "2.6.0" }