feat(composer): update Rector dependency version

Update the Rector dependency version in composer.json from "^0.19.2" to "^1.0". This ensures compatibility with the latest version of Rector.
This commit is contained in:
Rico van Zelst
2024-02-16 01:40:53 +01:00
parent fafd940456
commit 17ccf554f1
2 changed files with 8 additions and 8 deletions

14
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": "67f4cfda5ceab0b22155823193d2edd7",
"content-hash": "086abffea6e85ef81611cdc1d9cfdc5d",
"packages": [
{
"name": "andcarpi/laravel-popper",
@@ -10434,16 +10434,16 @@
},
{
"name": "rector/rector",
"version": "0.19.2",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903"
"reference": "362258a1f6369fc88d02d469a5478d220f78b0e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/bc96a99895bf47c6bfe70ea1b799f0081ed5a903",
"reference": "bc96a99895bf47c6bfe70ea1b799f0081ed5a903",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/362258a1f6369fc88d02d469a5478d220f78b0e6",
"reference": "362258a1f6369fc88d02d469a5478d220f78b0e6",
"shasum": ""
},
"require": {
@@ -10478,7 +10478,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.19.2"
"source": "https://github.com/rectorphp/rector/tree/1.0.0"
},
"funding": [
{
@@ -10486,7 +10486,7 @@
"type": "github"
}
],
"time": "2024-01-19T10:58:30+00:00"
"time": "2024-02-06T13:38:07+00:00"
},
{
"name": "sebastian/cli-parser",