inviqa / harness-base-php

Base PHP harness for workspace https://github.com/my127/workspace
Other
4 stars 5 forks source link

fix(akeneo): add a temporary restriction on symfony/console version #805

Closed andytson-inviqa closed 9 months ago

andytson-inviqa commented 9 months ago

symfony/console versions 5.4.35, 6.3.12, 6.4.3, 7.0.3 have a regression in loose InputOption shortcut typechecks, which misses false as no option.

Some Akeneo commands use false (incorrectly) instead of null for shortcut

andytson-inviqa commented 9 months ago

may not merge this as it could be fixed any time soon, as the fix is in the branches

andytson-inviqa commented 9 months ago

no longer needed, symfony/console 7.0.4, 6.4.4, 5.4.36 has the fix. Oddly they didn't release 6.3 fix, but akeneo 5.4