diff --git a/composer.json b/composer.json index 7da3a058f..427d4880b 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^9.6", "psalm/phar": "^5.13", - "rector/rector": "^0.17.5", + "rector/rector": "^0.17.5 || ^0.18.0", "slevomat/coding-standard": "^8.13", "squizlabs/php_codesniffer": "^3.7", "symfony/config": "^6.3", diff --git a/composer.lock b/composer.lock index 1d0ec7c9c..e4dc104a6 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": "3e3acc50162d075b257ae0f61e7dba2f", + "content-hash": "67134c47bab480af5b2caa00768d7784", "packages": [ { "name": "symfony/filesystem", @@ -3277,16 +3277,16 @@ }, { "name": "rector/rector", - "version": "0.17.14", + "version": "0.18.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "64b92c8654ec12e0c7d5e2b9569d31d06646d3a7" + "reference": "758ada29b5c80d933f906735d3026520390a2a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/64b92c8654ec12e0c7d5e2b9569d31d06646d3a7", - "reference": "64b92c8654ec12e0c7d5e2b9569d31d06646d3a7", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/758ada29b5c80d933f906735d3026520390a2a1d", + "reference": "758ada29b5c80d933f906735d3026520390a2a1d", "shasum": "" }, "require": { @@ -3321,7 +3321,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.14" + "source": "https://github.com/rectorphp/rector/tree/0.18.0" }, "funding": [ { @@ -3329,7 +3329,7 @@ "type": "github" } ], - "time": "2023-08-17T09:45:26+00:00" + "time": "2023-08-17T12:53:22+00:00" }, { "name": "sebastian/cli-parser",