Bump rector/rector from 1.0.5 to 1.1.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-20 11:40:17 +00:00
committed by GitHub
parent eed0325fbb
commit eba9076eac

24
composer.lock generated
View File

@@ -6402,16 +6402,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.0",
"version": "1.11.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "666cb1703742cea9cc80fee631f0940e1592fa6e"
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e",
"reference": "666cb1703742cea9cc80fee631f0940e1592fa6e",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"shasum": ""
},
"require": {
@@ -6456,7 +6456,7 @@
"type": "github"
}
],
"time": "2024-05-13T06:02:22+00:00"
"time": "2024-05-15T08:00:59+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -6883,21 +6883,21 @@
},
{
"name": "rector/rector",
"version": "1.0.5",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "73eb63e4f9011dba6b7c66c3262543014e352f34"
"reference": "556509e2dcf527369892b7d411379c4a02f31859"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/73eb63e4f9011dba6b7c66c3262543014e352f34",
"reference": "73eb63e4f9011dba6b7c66c3262543014e352f34",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/556509e2dcf527369892b7d411379c4a02f31859",
"reference": "556509e2dcf527369892b7d411379c4a02f31859",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.57"
"phpstan/phpstan": "^1.11"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -6930,7 +6930,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.0.5"
"source": "https://github.com/rectorphp/rector/tree/1.1.0"
},
"funding": [
{
@@ -6938,7 +6938,7 @@
"type": "github"
}
],
"time": "2024-05-10T05:31:15+00:00"
"time": "2024-05-18T09:40:27+00:00"
},
{
"name": "sebastian/cli-parser",