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",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"rector/rector": "^0.19.2",
"rector/rector": "^1.0",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {