Closed sfroemkenjw closed 10 months ago
In general, I'd recommend using explicit dependencies (e.g., on symfony/console
) in the composer.json
when the extension relies on components/packages instead of depending on transitive dependencies (which caused this problem).
In general, I'd recommend using explicit dependencies (e.g., on
symfony/console
) [...].
This, and tools like Rector would've identified this beforehand. The offending change is known since Symfony 5.x (no offense, tho).
Bug Report
Current Behavior I got following error:
Expected behavior/output No error message
Environment
Possible Solution
execute
compatible to new symfony version