Conversation
9cfd8c5 to
4536b01
Compare
|
Hello, just for your information, the current (3.1.2) version of CMF routing bundle, and probably all version not compatible with symfony 8, are also not compatible with symfony 7.4 as Symfony has already removed XmlFileLoader in this version. The requires should be modified to exclude the 7.4 version of symfony (it is currently set to symfony/framework-bundle: ^6.4 || ^7.0) Thanks for this very useful bundle ! |
|
@Djoys thats not the case XML loaders still work on 7.4, else it would be a bc break which symfony does not in minor versions. PS: framework-bundle is just the glue part, make sure to use symfony/dependency-injection and symfony/config of 7.4. |
|
what might be happening is that the symfony/dependency-injection component gets installed at version 8. i'd recommend to use symfony flex and configure that you want symfony 7.4. the flex component makes sure that every symfony component - including the indirect dependencies - is installed at the same version to prevent such hickups. also, i picked this up again to hopefully be able to merge it soon. |
eda1ab7 to
3f0a6ac
Compare
67d6fc6 to
3d14c5a
Compare
|
regarding constraint for doctrine/persistence: why do you think we should have one in this bundle? i think it should be up to orm and phpcr-odm to define what they need. |
|
Many thanks for your answers. You are right, i got confused (and also forgot the basics of Symfony BC policy). I also see that 3.2.0 has been released and compatible with sf 8. Great job and thanks you ! |
|
no worries. you asking reminded me that there was still open business here :-) |
test with symfony 8