diff --git a/composer.json b/composer.json index 4dfd718e..2ca1131b 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ext-simplexml": "*", "ext-dom": "*", "squizlabs/php_codesniffer": "^3.6.1", - "rector/rector": "^1.2.4", + "rector/rector": "^1.2.4 || ^2.0.0", "phpcsstandards/phpcsutils": "^1.0.5", "magento/php-compatibility-fork": "^0.1" }, diff --git a/composer.lock b/composer.lock index 0059d92b..cc2f0d84 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": "deba7764572db661a95a09a1b2e6708b", + "content-hash": "0b9e180f9e30c0d97802098e0b4173ac", "packages": [ { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -243,20 +243,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.12", + "version": "2.1.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" + "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f", + "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -297,25 +297,25 @@ "type": "github" } ], - "time": "2024-11-28T22:13:23+00:00" + "time": "2025-03-09T09:30:48+00:00" }, { "name": "rector/rector", - "version": "1.2.10", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "40f9cf38c05296bd32f444121336a521a293fa61" + "reference": "5844a718acb40f40afcd110394270afa55509fd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", - "reference": "40f9cf38c05296bd32f444121336a521a293fa61", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/5844a718acb40f40afcd110394270afa55509fd0", + "reference": "5844a718acb40f40afcd110394270afa55509fd0", "shasum": "" }, "require": { - "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.12.5" + "php": "^7.4|^8.0", + "phpstan/phpstan": "^2.1.6" }, "conflict": { "rector/rector-doctrine": "*", @@ -348,7 +348,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.10" + "source": "https://github.com/rectorphp/rector/tree/2.0.10" }, "funding": [ { @@ -356,7 +356,7 @@ "type": "github" } ], - "time": "2024-11-08T13:59:10+00:00" + "time": "2025-03-03T17:35:18+00:00" }, { "name": "squizlabs/php_codesniffer",