moneyphp / money

PHP implementation of Fowler's Money pattern.
http://moneyphp.org
MIT License
4.6k stars 440 forks source link

Reduce PHP support #678

Closed frederikbosch closed 2 years ago

frederikbosch commented 2 years ago

Following community discussions, I think we should opt-out to automatic support for every PHP 8 version. For now we fully support PHP 8.0, and have preliminary support for PHP 8.1. Since PHP does not follow semantic versioning (minor versions can have breaking changes), we should not communicate the support.

frederikbosch commented 2 years ago

If @Ocramius does have any comment on this, I'd love to hear from him. He uplifted the lib most recently and is the inspiration for this change.

frederikbosch commented 2 years ago

Merci

frederikbosch commented 2 years ago

@sagikazarmark If you agree, I will merge this in.