Bump rector/rector from 0.15.25 to 0.16.0

Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.15.25 to 0.16.0.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/0.15.25...0.16.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]
2023-05-08 03:57:33 +00:00
committed by GitHub
parent ec57cb8bb0
commit 264bd4efed
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -129,7 +129,7 @@
"nunomaduro/larastan": "^2.5",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
"rector/rector": "^0.15.19",
"rector/rector": "^0.16.0",
"spatie/laravel-ignition": "^2.0"
},
"suggest": {
Generated
+7 -7
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d929ff1b85ff9e7d8b5c8ca237439a38",
"content-hash": "03e6a3b526687c49fdeb9f3916fb0ad2",
"packages": [
{
"name": "aharen/omdbapi",
@@ -16361,16 +16361,16 @@
},
{
"name": "rector/rector",
"version": "0.15.25",
"version": "0.16.0",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "015935c7ed9e48a4f5895ba974f337e20a263841"
"reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/015935c7ed9e48a4f5895ba974f337e20a263841",
"reference": "015935c7ed9e48a4f5895ba974f337e20a263841",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/2125ff71ea05b079562a8f59ca48a97eb78dc07f",
"reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f",
"shasum": ""
},
"require": {
@@ -16410,7 +16410,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.15.25"
"source": "https://github.com/rectorphp/rector/tree/0.16.0"
},
"funding": [
{
@@ -16418,7 +16418,7 @@
"type": "github"
}
],
"time": "2023-04-20T16:07:39+00:00"
"time": "2023-05-05T12:12:17+00:00"
},
{
"name": "sebastian/cli-parser",