buildpacks
buildpacks copied to clipboard
PHP ext-sodium missing
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.