uuid-extra-bundle
uuid-extra-bundle copied to clipboard
sensio/framework-extra-bundle update
I have seen that sensio/framework-extra-bundle
is required with a specific version :
https://github.com/ekreative/uuid-extra-bundle/blob/f81fd1c4ffe8ef6de4a19de3761326f254462431/composer.json#LL11C9-L11C60
Is there any specific reason for that? I can't upgrade sensio/framework-extra-bundle
because this package locks it.
Also I don't know if it is really needed, as there is a warning saying :
Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.
What's your position on this error message ?
Its very likely it can be replaced with Symfony features in newer versions. I'd be happy to have a fix that drops support for older Symfony and replaces framework-extra
My use case currently requires symfony 5.4. I don't know what you mean by "older symfony" 😄 Thanks for the clarification though