diff --git a/composer.json b/composer.json index d74f7fd..9492cd0 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,6 @@ }, "require-dev": { "phpunit/phpunit": "^10.0", - "rector/rector": "^0.15.24" + "rector/rector": "^0.17.5" } } diff --git a/composer.lock b/composer.lock index 9fcd50d..6eb33fc 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": "5f71987fdd28426fe4c190e86e95ccfb", + "content-hash": "6b41803384dfa18140f99cb7d9489290", "packages": [ { "name": "async-aws/core", @@ -4305,16 +4305,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.11", + "version": "1.10.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21" + "reference": "578f4e70d117f9a90699324c555922800ac38d8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8aa62e6ea8b58ffb650e02940e55a788cbc3fe21", - "reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c", + "reference": "578f4e70d117f9a90699324c555922800ac38d8c", "shasum": "" }, "require": { @@ -4363,7 +4363,7 @@ "type": "tidelift" } ], - "time": "2023-04-04T19:17:42+00:00" + "time": "2023-07-06T12:11:37+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4786,21 +4786,21 @@ }, { "name": "rector/rector", - "version": "0.15.24", + "version": "0.17.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "716473919bcfdc27bdd2a32afb72adbf4c224e59" + "reference": "f4a5f45c420b797d8e8e9c540e14c8bbdddff62d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/716473919bcfdc27bdd2a32afb72adbf4c224e59", - "reference": "716473919bcfdc27bdd2a32afb72adbf4c224e59", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f4a5f45c420b797d8e8e9c540e14c8bbdddff62d", + "reference": "f4a5f45c420b797d8e8e9c540e14c8bbdddff62d", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.1" + "phpstan/phpstan": "^1.10.20" }, "conflict": { "rector/rector-doctrine": "*", @@ -4835,7 +4835,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.24" + "source": "https://github.com/rectorphp/rector/tree/0.17.5" }, "funding": [ { @@ -4843,7 +4843,7 @@ "type": "github" } ], - "time": "2023-04-05T08:49:11+00:00" + "time": "2023-07-12T08:42:12+00:00" }, { "name": "sebastian/cli-parser",