Update dependency rector/rector to ^0.19

This commit is contained in:
Renovate Bot 2024-06-27 11:30:53 +00:00 committed by Tristan
parent 60c360d54d
commit 184e730e66
Signed by: trizz
SSH Key Fingerprint: SHA256:Xsd2dTN+ZC3OZWfvuKIDMQ/1lWicuINSEPgRQw/CJT8
2 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@
"nunomaduro/collision": "^7", "nunomaduro/collision": "^7",
"pestphp/pest": "^2.26", "pestphp/pest": "^2.26",
"phpstan/phpstan": "^1.2", "phpstan/phpstan": "^1.2",
"rector/rector": "^0.18", "rector/rector": "^0.19",
"robiningelbrecht/phpunit-pretty-print": "^1.2", "robiningelbrecht/phpunit-pretty-print": "^1.2",
"symfony/var-dumper": "^7" "symfony/var-dumper": "^7"
}, },

16
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": "bd86bd7f56cbbfba41f30bc5a5a27b50", "content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -3477,21 +3477,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "0.18.11", "version": "0.19.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "9621124c860066f56a4ab841349cb7c284edfaee" "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/9621124c860066f56a4ab841349cb7c284edfaee", "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"reference": "9621124c860066f56a4ab841349cb7c284edfaee", "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"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": "*",
@ -3521,7 +3521,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.11" "source": "https://github.com/rectorphp/rector/tree/0.19.8"
}, },
"funding": [ "funding": [
{ {
@ -3529,7 +3529,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-11-27T13:27:43+00:00" "time": "2024-02-05T10:59:13+00:00"
}, },
{ {
"name": "robiningelbrecht/phpunit-pretty-print", "name": "robiningelbrecht/phpunit-pretty-print",