build(deps-dev): bump rector/rector from 1.0.3 to 1.0.4

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

---
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]
2024-04-10 13:52:17 +00:00
committed by GitHub
parent e88e0cfe85
commit caaa588f4e

15
composer.lock generated
View File

@@ -10229,16 +10229,16 @@
},
{
"name": "rector/rector",
"version": "1.0.3",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "c59507a9090b465d65e1aceed91e5b81986e375b"
"reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/c59507a9090b465d65e1aceed91e5b81986e375b",
"reference": "c59507a9090b465d65e1aceed91e5b81986e375b",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/6e04d0eb087aef707fa0c5686d33d6ff61f4a555",
"reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555",
"shasum": ""
},
"require": {
@@ -10251,6 +10251,9 @@
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [
"bin/rector"
],
@@ -10273,7 +10276,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.0.3"
"source": "https://github.com/rectorphp/rector/tree/1.0.4"
},
"funding": [
{
@@ -10281,7 +10284,7 @@
"type": "github"
}
],
"time": "2024-03-14T15:04:18+00:00"
"time": "2024-04-05T09:01:07+00:00"
},
{
"name": "sebastian/cli-parser",