diff --git a/composer.json b/composer.json index d5f2cd2b32..0bf7c6741a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "drupal/devel": "^5.0", "drupal/html_tag_usage": "^1.0@beta", "drupal/media_entity_generic": "^1.0", - "palantirnet/drupal-rector": "^0.15.0" + "palantirnet/drupal-rector": "^0.18.6" }, "require": { "bower-asset/cropper": "^4.1", diff --git a/composer.lock b/composer.lock index 50798dea43..f5d422992e 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": "8cb3ea52d534b97bbecc08dbfd26eadf", + "content-hash": "e76a6326527792acdb37d4cd44c8fda8", "packages": [ { "name": "asm89/stack-cors", @@ -26497,20 +26497,20 @@ }, { "name": "palantirnet/drupal-rector", - "version": "0.15.1", + "version": "0.18.6", "source": { "type": "git", "url": "https://github.com/palantirnet/drupal-rector.git", - "reference": "85382a67a07b928f5a963d94fbca11d7be33d6ca" + "reference": "94650bc58a9b99b9616115fa3a9e89dfc1135928" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/palantirnet/drupal-rector/zipball/85382a67a07b928f5a963d94fbca11d7be33d6ca", - "reference": "85382a67a07b928f5a963d94fbca11d7be33d6ca", + "url": "https://api.github.com/repos/palantirnet/drupal-rector/zipball/94650bc58a9b99b9616115fa3a9e89dfc1135928", + "reference": "94650bc58a9b99b9616115fa3a9e89dfc1135928", "shasum": "" }, "require": { - "rector/rector": "~0.15.2", + "rector/rector": "~0.18.0", "webflo/drupal-finder": "^1.2" }, "replace": { @@ -26519,13 +26519,14 @@ }, "require-dev": { "cweagans/composer-patches": "^1.7.2", + "friendsofphp/php-cs-fixer": "^3.38", "php": "^8.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpunit/phpunit": "^10.0", - "rector/rector-src": "dev-main", "symfony/yaml": "^5 || ^6", + "symplify/rule-doc-generator": "^12.0", "symplify/vendor-patches": "^11.0" }, "type": "library", @@ -26568,27 +26569,27 @@ "rector" ], "support": { - "source": "https://github.com/palantirnet/drupal-rector/tree/0.15.1" + "source": "https://github.com/palantirnet/drupal-rector/tree/0.18.6" }, - "time": "2023-03-23T20:57:43+00:00" + "time": "2023-12-28T16:38:54+00:00" }, { "name": "rector/rector", - "version": "0.15.25", + "version": "0.18.13", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "015935c7ed9e48a4f5895ba974f337e20a263841" + "reference": "f8011a76d36aa4f839f60f3b4f97707d97176618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/015935c7ed9e48a4f5895ba974f337e20a263841", - "reference": "015935c7ed9e48a4f5895ba974f337e20a263841", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f8011a76d36aa4f839f60f3b4f97707d97176618", + "reference": "f8011a76d36aa4f839f60f3b4f97707d97176618", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.14" + "phpstan/phpstan": "^1.10.35" }, "conflict": { "rector/rector-doctrine": "*", @@ -26600,11 +26601,6 @@ "bin/rector" ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "0.15-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -26623,7 +26619,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.25" + "source": "https://github.com/rectorphp/rector/tree/0.18.13" }, "funding": [ { @@ -26631,7 +26627,7 @@ "type": "github" } ], - "time": "2023-04-20T16:07:39+00:00" + "time": "2023-12-20T16:08:01+00:00" }, { "name": "symfony/css-selector",