I use a dependency that require ext-sodium: * . But in the PHP7.4 environment compiler tell me that this library is missing from the system. Step to reproduce: - require "lcobucci/jwt": "^3.4|^4.0" - deploy the project on a PHP7.4 standard environement - you get the composer error
I use a dependency that require ext-sodium: * .
But in the PHP7.4 environment compiler tell me that this library is missing from the system.
Step to reproduce: