build(deps-dev): bump rector/rector from 1.0.0 to 1.0.1

Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.0.0...1.0.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-02-19 03:57:59 +00:00
committed by GitHub
parent 2c6246faea
commit c4193c544e

24
composer.lock generated
View File

@@ -9950,16 +9950,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.56",
"version": "1.10.58",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "27816a01aea996191ee14d010f325434c0ee76fa"
"reference": "a23518379ec4defd9e47cbf81019526861623ec2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa",
"reference": "27816a01aea996191ee14d010f325434c0ee76fa",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2",
"reference": "a23518379ec4defd9e47cbf81019526861623ec2",
"shasum": ""
},
"require": {
@@ -10008,7 +10008,7 @@
"type": "tidelift"
}
],
"time": "2024-01-15T10:43:00+00:00"
"time": "2024-02-12T20:02:57+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -10434,21 +10434,21 @@
},
{
"name": "rector/rector",
"version": "1.0.0",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "362258a1f6369fc88d02d469a5478d220f78b0e6"
"reference": "258b775511e62a7188f8ce114d44acaf244d9a7d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/362258a1f6369fc88d02d469a5478d220f78b0e6",
"reference": "362258a1f6369fc88d02d469a5478d220f78b0e6",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/258b775511e62a7188f8ce114d44acaf244d9a7d",
"reference": "258b775511e62a7188f8ce114d44acaf244d9a7d",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.56"
"phpstan/phpstan": "^1.10.57"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -10478,7 +10478,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.0.0"
"source": "https://github.com/rectorphp/rector/tree/1.0.1"
},
"funding": [
{
@@ -10486,7 +10486,7 @@
"type": "github"
}
],
"time": "2024-02-06T13:38:07+00:00"
"time": "2024-02-16T07:53:23+00:00"
},
{
"name": "sebastian/cli-parser",