Bump rector/rector from 1.1.0 to 1.1.1

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

---
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-06-24 11:19:30 +00:00
committed by GitHub
parent 31f67331ef
commit 849859f18c

22
composer.lock generated
View File

@@ -6388,16 +6388,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.1",
"version": "1.11.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b"
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443",
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443",
"shasum": ""
},
"require": {
@@ -6442,7 +6442,7 @@
"type": "github"
}
],
"time": "2024-05-15T08:00:59+00:00"
"time": "2024-06-17T15:10:54+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -6869,16 +6869,16 @@
},
{
"name": "rector/rector",
"version": "1.1.0",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "556509e2dcf527369892b7d411379c4a02f31859"
"reference": "c930cdb21294f10955ddfc31b720971e8333943d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/556509e2dcf527369892b7d411379c4a02f31859",
"reference": "556509e2dcf527369892b7d411379c4a02f31859",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/c930cdb21294f10955ddfc31b720971e8333943d",
"reference": "c930cdb21294f10955ddfc31b720971e8333943d",
"shasum": ""
},
"require": {
@@ -6916,7 +6916,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.1.0"
"source": "https://github.com/rectorphp/rector/tree/1.1.1"
},
"funding": [
{
@@ -6924,7 +6924,7 @@
"type": "github"
}
],
"time": "2024-05-18T09:40:27+00:00"
"time": "2024-06-21T07:51:17+00:00"
},
{
"name": "sebastian/cli-parser",