Commit f1cf401
committed
bug #1003 Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4 (nicolas-grekas)
This PR was merged into the 1.x branch.
Discussion
----------
Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4
Should fix issues like getsentry/sentry-symfony#750 and symfony/recipes#1236
Before 6.4, the bridge was not in `symfony/symfony` so that `extra.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.
Commits
-------
42276be Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.42 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments