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

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.19.2", "rector/rector": "^1.0",
"spatie/laravel-ignition": "^2.0" "spatie/laravel-ignition": "^2.0"
}, },
"autoload": { "autoload": {

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