Bump rector/rector from 2.0.7 to 2.0.9

Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/2.0.7...2.0.9)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-10 16:07:46 +00:00 committed by GitHub
parent 8083f24324
commit f91099d9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
composer.lock generated
View File

@ -11848,16 +11848,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.2", "version": "2.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "7d08f569e582ade182a375c366cbd896eccadd3a" "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7d08f569e582ade182a375c366cbd896eccadd3a", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f99e18eb775dbaf6460c95fa0b65312da9c746a",
"reference": "7d08f569e582ade182a375c366cbd896eccadd3a", "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11902,7 +11902,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-01-21T14:54:06+00:00" "time": "2025-02-10T08:25:21+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -12330,21 +12330,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.0.7", "version": "2.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "e70d681f6a0c361a63e6825897cd97746436f015" "reference": "4393230e478c0006795770fe74c223b5c64ed68c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e70d681f6a0c361a63e6825897cd97746436f015", "url": "https://api.github.com/repos/rectorphp/rector/zipball/4393230e478c0006795770fe74c223b5c64ed68c",
"reference": "e70d681f6a0c361a63e6825897cd97746436f015", "reference": "4393230e478c0006795770fe74c223b5c64ed68c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.1" "phpstan/phpstan": "^2.1.3"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@ -12377,7 +12377,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.0.7" "source": "https://github.com/rectorphp/rector/tree/2.0.9"
}, },
"funding": [ "funding": [
{ {
@ -12385,7 +12385,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-01-19T09:41:28+00:00" "time": "2025-02-10T08:14:01+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -14174,7 +14174,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": {}, "stability-flags": [],
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
@ -14182,10 +14182,10 @@
"ext-curl": "*", "ext-curl": "*",
"ext-intl": "*" "ext-intl": "*"
}, },
"platform-dev": {}, "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"ext-pcntl": "8.0", "ext-pcntl": "8.0",
"ext-posix": "8.0" "ext-posix": "8.0"
}, },
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }