build(deps-dev): bump rector/rector from 0.18.13 to 0.19.2

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

---
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-01-22 03:41:22 +00:00
committed by GitHub
parent 1bb4655bdb
commit c784cc3ab0
2 changed files with 14 additions and 14 deletions

View File

@@ -39,7 +39,7 @@
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0", "nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^10.1",
"rector/rector": "^0.18.13", "rector/rector": "^0.19.2",
"spatie/laravel-ignition": "^2.0" "spatie/laravel-ignition": "^2.0"
}, },
"autoload": { "autoload": {

26
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4aad231dd714f9e0f4e8544098ca6221", "content-hash": "e10212963e09c396db09b0be47a4b852",
"packages": [ "packages": [
{ {
"name": "andcarpi/laravel-popper", "name": "andcarpi/laravel-popper",
@@ -9974,16 +9974,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.54", "version": "1.10.56",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb" "reference": "27816a01aea996191ee14d010f325434c0ee76fa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3e25f279dada0adc14ffd7bad09af2e2fc3523bb", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa",
"reference": "3e25f279dada0adc14ffd7bad09af2e2fc3523bb", "reference": "27816a01aea996191ee14d010f325434c0ee76fa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10032,7 +10032,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-05T15:50:47+00:00" "time": "2024-01-15T10:43:00+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -10458,21 +10458,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "0.18.13", "version": "0.19.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "f8011a76d36aa4f839f60f3b4f97707d97176618" "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f8011a76d36aa4f839f60f3b4f97707d97176618", "url": "https://api.github.com/repos/rectorphp/rector/zipball/bc96a99895bf47c6bfe70ea1b799f0081ed5a903",
"reference": "f8011a76d36aa4f839f60f3b4f97707d97176618", "reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.35" "phpstan/phpstan": "^1.10.56"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -10502,7 +10502,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.18.13" "source": "https://github.com/rectorphp/rector/tree/0.19.2"
}, },
"funding": [ "funding": [
{ {
@@ -10510,7 +10510,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-12-20T16:08:01+00:00" "time": "2024-01-19T10:58:30+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",