mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
68 stars 9 forks source link

Add support for libsodium for PHP 7.2 #86

Closed atishgoswami closed 5 years ago

atishgoswami commented 5 years ago

Magento 2.3.2 requires libsodium to install properly.

https://github.com/magento/magento2/issues/23405

Need to have libsodium pre install in the PHP containers

atishgoswami commented 5 years ago

Seems like the sodium extension is already installed but outdated, Magento expects the sodium library version >= 1.0.13.

Used this link below to update the sodium library version http://blog.grafzahl.io/magento-warning-after-updating-to-2-3-2/

shkoliar commented 5 years ago

Hello, @atishgoswami!

Thank you for your interest to our project!

We've added libsodium to 7.1 and 7.2 PHP versions, check this PR https://github.com/mage2click/magento-php-versions/pull/9