Set ext-sodium platform version before setup on GitLab CI
Right now, GitLab CI cannot build a code base with this module because Composer is under the impression that ext-sodium
is not installed, even though it is.
As a workaround, let's set platform.ext-sodium $PHP_VERSION
in Composer config before the build happens.