You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Composer error when try to install wordpres-seo plugin:
composer_1 | Problem 1
composer_1 | - yoast/wordpress-seo[15.1-RC1, ..., 15.9.3-RC1] require php ^5.6.20||^7.0 -> your php version (8.0.5) does not satisfy that requirement.
backend_composer_1 exited with code 2
I temporarily fix this problem using the "prooph/composer:7.3" image instead of the "composer:latest" one for the composer service in the "docker-compose.yml" file.
Current docker file pull composer with PHP version 8 which conflicting with Wordpress SEO plugin.
The text was updated successfully, but these errors were encountered: