Commit d818791
chore(deps): update dependency rector/rector to v2.6.3 (#163)
* chore(deps): update dependency rector/rector to v2.6.3
| datasource | package | from | to |
| ---------- | ------------- | ----- | ----- |
| packagist | rector/rector | 2.5.9 | 2.6.3 |
* fix: skip Application::add rename rector for Console version compat shim
RenameMethodRector fires for Symfony\Component\Console\Application::add()
whenever symfony/console >=7.4 is allowed by composer.json, but
ValidateTranslationCommandTest::addCommandToApplication() intentionally
calls add() as a runtime fallback for Symfony Console < 8.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Konrad Michalik <km@move-elevator.de>1 parent ea9aa40 commit d818791
2 files changed
Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
0 commit comments