Merge pull request #488 from getformwork/dependabot/composer/rector/rector-0.19.5

Bump rector/rector from 0.18.13 to 0.19.5
This commit is contained in:
Giuseppe Criscione 2024-02-19 22:43:31 +01:00 committed by GitHub
commit fd64f0d32c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@
"league/climate": "^3.8",
"symfony/process": "^6.4",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.18.13"
"rector/rector": "^0.19.5"
},
"scripts": {
"fix": "php-cs-fixer fix --config=formwork/.php-cs-fixer.php --cache-file=formwork/.php-cs-fixer.cache --verbose",

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",
"This file is @generated automatically"
],
"content-hash": "c94abf40b382e2c4bb7d388df11c2f95",
"content-hash": "14e50e803eb23ce2f7d9574a71b34314",
"packages": [
{
"name": "dflydev/dot-access-data",
@ -1366,21 +1366,21 @@
},
{
"name": "rector/rector",
"version": "0.18.13",
"version": "0.19.5",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "f8011a76d36aa4f839f60f3b4f97707d97176618"
"reference": "89c895d127b9d248d2af007068a824b5348ef81f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f8011a76d36aa4f839f60f3b4f97707d97176618",
"reference": "f8011a76d36aa4f839f60f3b4f97707d97176618",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/89c895d127b9d248d2af007068a824b5348ef81f",
"reference": "89c895d127b9d248d2af007068a824b5348ef81f",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.35"
"phpstan/phpstan": "^1.10.56"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -1410,7 +1410,7 @@
],
"support": {
"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.5"
},
"funding": [
{
@ -1418,7 +1418,7 @@
"type": "github"
}
],
"time": "2023-12-20T16:08:01+00:00"
"time": "2024-01-29T23:53:47+00:00"
},
{
"name": "sebastian/diff",