Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer version conflicts with wordpress SEO plugin base requirement #54

Open
metawise opened this issue Apr 10, 2021 · 2 comments
Open

Comments

@metawise
Copy link

Current docker file pull composer with PHP version 8 which conflicting with Wordpress SEO plugin.

@imranhsayed
Copy link
Owner

Can you please elaborate on the situation, with screenshots if possible?

@Ohhhh
Copy link

Ohhhh commented May 7, 2021

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

The latest Composer docker image use:

ENV PHP_VERSION=8.0.5
ENV PHP_URL=https://www.php.net/distributions/php-8.0.5.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.0.5.tar.xz.asc

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants