Hi All,
We are getting the below error while upgrade from Magento 2.3.1 to Magento 2.3.3:
- lib-libsodium is present at version 1.0.18 and cannot be modified by Composer
- You can only install one version of a package, so only one of these can be installed: lib-libsodium[1.0.18].
libsodium library version => 1.0.18 not sure why Magento upgrade wants to change the version here ,but other Magento site on the same environment gets upgraded seamlessly.
If someone can pls help in this.
Thanks in Advance!
Hello @uttamsk89
Add --ignore-platform-reqs at the end of your command.
I hope it helps.
Hello @uttamsk89
You can use
Composer --ignore-platform-reqs
Command, because sometimes, during upgrading its shows some, dependencies, so you have to ignore or bypass them by using this command
Thanks
I'm running into an issue as I add products to our store where it will get a "failed to allocate memory error", and in the error it says it's used up all 756MB of memory trying to allocate an additional 2MB or something, but the server actually has 4GB of memory.