Fix compatibility with Symfony 4.3#2925
Conversation
|
|
b9a2a76 to
59ef4b4
Compare
e6436a9 to
23c99c0
Compare
23c99c0 to
b694ef8
Compare
|
We will need to be careful when merging this into |
|
I'll let you do :p |
|
Since |
|
@karser Both are supported. As always, if we broke anything, please let us know. |
|
Hi, it seems to be related. During my |
|
@teqno this PR is not released yet. api-platform v2.4.5 conflicts with symfony/messenger: >=4.3. |
|
Is there a workaround for installing symfony/messenger ? |
|
Force core to use our 2.4 branch directly? Or else you could stay with <4.3 everywhere and it should work! |
|
If I understand correctly the fix in the 2.4 branch no. https://github.com/api-platform/core/blob/2.4/composer.json#L76 |
|
@fri0z Use |
|
@teohhanhui Thanks, but i solved, downgrading symfony to 4.2 |
|
@teohhanhui Thanks! Thanks for your help and this awesome api-platform. |
#2784 fixed compatibility for Symfony 4.3 in
master/2.5. This is basically the same but without bumping the dependencies.Together with #2920 (and maybe more to do in #2911) this should allow full Symfony 4.3 compatibility in
2.4.