Closed nicolas-grekas closed 1 year ago
Should fix issues like https://github.com/getsentry/sentry-symfony/pull/750 and https://github.com/symfony/recipes/issues/1236
Before 6.4, the bridge was not in symfony/symfony so that extra.symfony.require shouldn't apply to earlier versions.
symfony/symfony
extra.symfony.require
We could improve the API and flex to handle this concern at a more generic level, but this is so rare that I suggest hard-coding the rule in flex.
Should fix issues like https://github.com/getsentry/sentry-symfony/pull/750 and https://github.com/symfony/recipes/issues/1236
Before 6.4, the bridge was not in
symfony/symfony
so thatextra.symfony.require
shouldn't apply to earlier versions.We could improve the API and flex to handle this concern at a more generic level, but this is so rare that I suggest hard-coding the rule in flex.