From 8f15d6b9c93ba5446d01187a1a84b2213b07791e Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Mon, 13 May 2024 21:57:45 +0100 Subject: [PATCH] Revert "composer(deps-dev): Bump rector/rector from 1.0.3 to 1.04" This reverts commit 886899b7ce62e373381a74ece47692b03bd351b4. --- composer.json | 2 +- composer.lock | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index c2ec40b9..cc56c2ea 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "infection/infection": "~0.26.6", "phpunit/phpunit": "^9.6.19", "psalm/plugin-phpunit": "~0.19.0", - "rector/rector": "^1.04", + "rector/rector": "^1.0.3", "vimeo/psalm": "^5.23.1" }, "suggest": { diff --git a/composer.lock b/composer.lock index e112d409..b1b4b5e6 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": "5537b71f14f35cc518aca5b993c10998", + "content-hash": "70d73c47d0dd8fbe4cb040fda97d2b0d", "packages": [ { "name": "ergebnis/json", @@ -2520,16 +2520,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.66", + "version": "1.10.62", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "94779c987e4ebd620025d9e5fdd23323903950bd" + "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd", - "reference": "94779c987e4ebd620025d9e5fdd23323903950bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9", + "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9", "shasum": "" }, "require": { @@ -2578,7 +2578,7 @@ "type": "tidelift" } ], - "time": "2024-03-28T16:17:31+00:00" + "time": "2024-03-13T12:27:20+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3217,16 +3217,16 @@ }, { "name": "rector/rector", - "version": "1.04", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "b8bbd024cd73841b74d7d1860c57ff6466368fbe" + "reference": "c59507a9090b465d65e1aceed91e5b81986e375b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/b8bbd024cd73841b74d7d1860c57ff6466368fbe", - "reference": "b8bbd024cd73841b74d7d1860c57ff6466368fbe", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c59507a9090b465d65e1aceed91e5b81986e375b", + "reference": "c59507a9090b465d65e1aceed91e5b81986e375b", "shasum": "" }, "require": { @@ -3239,9 +3239,6 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, "bin": [ "bin/rector" ], @@ -3264,7 +3261,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.04" + "source": "https://github.com/rectorphp/rector/tree/1.0.3" }, "funding": [ { @@ -3272,7 +3269,7 @@ "type": "github" } ], - "time": "2024-04-05T18:05:20+00:00" + "time": "2024-03-14T15:04:18+00:00" }, { "name": "sanmai/later",