buildpacks icon indicating copy to clipboard operation
buildpacks copied to clipboard

PHP ext-sodium missing

Open sl0wik opened this issue 2 years ago • 0 comments

PHP ext-sodium seems to missing in buildpacks.

The solution to this issue is adding to composer.json:

    "config": {
        ...
        "platform": {
            "ext-sodium": "2"
        }
    }

No clue why it's working, "2" can be replaced with "1000" and would work as well.

sl0wik avatar Jun 07 '23 19:06 sl0wik