php-fig / container

MIT License
9.95k stars 53 forks source link

Error composer version #47

Closed FuriosoJack closed 1 year ago

FuriosoJack commented 1 year ago

I started getting the following error because now this parquet in its last tag added that it needs php>=7.4 image

The php version change should be in a version 3.0 and not in 2.0.2

Jean85 commented 1 year ago

As already said in #42:

You'll find a lengthy explanation in https://github.com/php-fig/container/issues/41, and more concisely in https://github.com/php-fig/container/issues/41#issuecomment-972768920

TL;DR: if you run composer update in an environment that doesn't match your prod, you're on your own.

Closing as duplicate of #41.