Bump rector/rector from 0.16.0 to 0.17.1

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

---
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-06-16 12:11:07 +00:00
committed by GitHub
parent 7d0c9e8806
commit 18cc6e2cd0
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
"nunomaduro/larastan": "^2.5",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
"rector/rector": "^0.16.0"
"rector/rector": "^0.17.1"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
Generated
+8 -8
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": "d23ff4a3c7c03726efe6d8b053ddaf9b",
"content-hash": "6a75280be40dfc9002fa0d5a15e674c1",
"packages": [
{
"name": "aharen/omdbapi",
@@ -16776,21 +16776,21 @@
},
{
"name": "rector/rector",
"version": "0.16.0",
"version": "0.17.1",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f"
"reference": "11401dc1abba0a359fabbf98f1057f4e65129f86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/2125ff71ea05b079562a8f59ca48a97eb78dc07f",
"reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/11401dc1abba0a359fabbf98f1057f4e65129f86",
"reference": "11401dc1abba0a359fabbf98f1057f4e65129f86",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.14"
"phpstan/phpstan": "^1.10.15"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -16825,7 +16825,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.16.0"
"source": "https://github.com/rectorphp/rector/tree/0.17.1"
},
"funding": [
{
@@ -16833,7 +16833,7 @@
"type": "github"
}
],
"time": "2023-05-05T12:12:17+00:00"
"time": "2023-06-14T09:05:33+00:00"
},
{
"name": "sebastian/cli-parser",