Hello - we have a site with a pipeline integration, using the following image:
image: magento/magento-cloud-docker-php:7.4-cli-1.2.3
However, when the pipeline gets to the `composer install` step, it errors thinking it thinks it's using 7.3:
Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for laminas/laminas-filter 2.13.0 -> satisfiable by laminas/laminas-filter[2.13.0]. - laminas/laminas-filter 2.13.0 requires php ^7.4 || ~8.0.0 || ~8.1.0 -> your PHP version (7.3.17) does not satisfy that requirement.Community moderators have prevented the ability to post new answers.
Hi Nathan,
Thank you for contacting Atlassian Community. My name is Norbert and I'm a Bitbucket Cloud Support Engineer, it's nice to meet you!
It sounds interesting, can I ask you to run the following command in your build, please? This command should tell us, what's the PHP version which is used by PHP composer
composer -vvv about
When I've tried this using the build that you've mentioned, it tells me, that the PHP version is 7.4.20:
Please let me know how it goes.
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.