GoogleCloudPlatform/buildpacks

can not use GOOGLE_COMPOSER_VERSION

minhfnhat opened this issue · 0 comments

I have use env GOOGLE_COMPOSER_VERSION="2.2.20" for gcr.io/buildpacks/builder however I got this error when build laravel
Problem 1

  • laravel/framework[v11.0.0, ..., v11.6.0] require composer-runtime-api ^2.2 -> found composer-runtime-api[2.1.0] but it does not match the constraint.

  • Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.0, ..., v11.6.0].

    Please take a look thank ypu