php-fig / container

MIT License
9.93k stars 52 forks source link

Why are you bumping minimum php in patch releases?! #42

Closed opengeek closed 2 years ago

opengeek commented 2 years ago

This is literally a backward compatibility break and should never happen in a patch release.

drealecs commented 2 years ago

How about minor? Can it happen in minor release? 😜

Jean85 commented 2 years ago

This is literally a backward compatibility break and should never happen in a patch release.

No, it's not. You'll find a lengthy explanation in #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.