diff --git a/composer.json b/composer.json index a9d5b2b28..5304c803c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require": { "php": ">=7.4", - "rector/rector": "0.17.2", + "rector/rector": "0.17.4", "friendsofphp/php-cs-fixer": "3.19.2", "redaxo/php-cs-fixer-config": "^1.0" }, diff --git a/composer.lock b/composer.lock index e29c788c6..79e623c28 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": "b0c1b29b7ad8f425815719d8694b0136", + "content-hash": "aac314ed3447e6d102ea78a4579a6fed", "packages": [ { "name": "composer/pcre", @@ -523,16 +523,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.22", + "version": "1.10.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "97d694dfd4ceb57bcce4e3b38548f13ea62e4287" + "reference": "578f4e70d117f9a90699324c555922800ac38d8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/97d694dfd4ceb57bcce4e3b38548f13ea62e4287", - "reference": "97d694dfd4ceb57bcce4e3b38548f13ea62e4287", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c", + "reference": "578f4e70d117f9a90699324c555922800ac38d8c", "shasum": "" }, "require": { @@ -581,7 +581,7 @@ "type": "tidelift" } ], - "time": "2023-06-30T20:04:11+00:00" + "time": "2023-07-06T12:11:37+00:00" }, { "name": "psr/cache", @@ -782,16 +782,16 @@ }, { "name": "rector/rector", - "version": "0.17.2", + "version": "0.17.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "b8f72ff7e4914bb1d1557cc5c6d33898f7fd2bfb" + "reference": "14829888274eebddc67a0d7248c3dd2965704fbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/b8f72ff7e4914bb1d1557cc5c6d33898f7fd2bfb", - "reference": "b8f72ff7e4914bb1d1557cc5c6d33898f7fd2bfb", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/14829888274eebddc67a0d7248c3dd2965704fbc", + "reference": "14829888274eebddc67a0d7248c3dd2965704fbc", "shasum": "" }, "require": { @@ -831,7 +831,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.17.2" + "source": "https://github.com/rectorphp/rector/tree/0.17.4" }, "funding": [ { @@ -839,7 +839,7 @@ "type": "github" } ], - "time": "2023-06-29T10:03:28+00:00" + "time": "2023-07-11T16:00:46+00:00" }, { "name": "redaxo/php-cs-fixer-config",