chore: integrate with rector

This commit is contained in:
Björn Fromme
2026-05-04 17:19:35 +02:00
parent 5b16a515f3
commit d211425ff2
3 changed files with 88 additions and 1 deletions
+3
View File
@@ -96,6 +96,8 @@
"symfony/polyfill-php81": "*"
},
"scripts": {
"rector": "vendor/bin/rector process",
"rector:dry-run": "vendor/bin/rector process --dry-run",
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
@@ -124,6 +126,7 @@
"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^9.5",
"rector/rector": "^2.4",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",