dunglas / frankenphp

🧟 The modern PHP app server
https://frankenphp.dev
MIT License
6.16k stars 193 forks source link

fix: DOMdocument not found when building embedded apps #752

Closed dunglas closed 1 month ago

dunglas commented 1 month ago

Installing Composer using the Alpine package manager forces the installation of PHP 8.2 in addition to PHP 8.3. This can create issues when Composer runs post-install scripts.

Closes https://github.com/dunglas/frankenphp/issues/693.