Composer¶
Composer with WordPress¶
Issues die we zijn tegengekomen icm WordPress
Fix met upgrade WordPress¶
- Verwijder WordPress lijn in
composer.json - Run
composer update - Voeg verwijderde lijn terug
Fix with proc_open¶
[Symfony\Component\Process\Exception\RuntimeException]
The Process class relies on proc_open, which is not available on your PHP installation.
Workaround
In plaats van composer install
Gebruik: php -d "disable_functions=" /usr/bin/composer install