Bump rector/rector from 2.3.9 to 2.4.0 (#84)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-01 11:39:33 +02:00
committed by GitHub
parent 40a436c829
commit 3775cb2f5c
Generated
+11 -11
View File
@@ -9448,11 +9448,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.42",
"version": "2.1.46",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0",
"reference": "1279e1ce86ba768f0780c9d889852b4e02ff40d0",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"shasum": ""
},
"require": {
@@ -9497,7 +9497,7 @@
"type": "github"
}
],
"time": "2026-03-17T14:58:32+00:00"
"time": "2026-04-01T09:25:14+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@@ -10706,21 +10706,21 @@
},
{
"name": "rector/rector",
"version": "2.3.9",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "917842143fd9f5331a2adefc214b8d7143bd32c4"
"reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/917842143fd9f5331a2adefc214b8d7143bd32c4",
"reference": "917842143fd9f5331a2adefc214b8d7143bd32c4",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d",
"reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.40"
"phpstan/phpstan": "^2.1.41"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -10754,7 +10754,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.3.9"
"source": "https://github.com/rectorphp/rector/tree/2.4.0"
},
"funding": [
{
@@ -10762,7 +10762,7 @@
"type": "github"
}
],
"time": "2026-03-16T09:43:55+00:00"
"time": "2026-04-04T07:37:45+00:00"
},
{
"name": "sebastian/cli-parser",