moneyphp / money

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

`moneyphp/money` declares compatibility with PHP >5.6, but cannot guarantee compatibility with PHP 9 or later #633

Closed Ocramius closed 3 years ago

Ocramius commented 3 years ago

Discovered by digging around that the version compatibility range for php allows for versions that are un-tested, as well as potentially just broken:

https://github.com/moneyphp/money/blob/a44e2f2bb6bf048596af1649cb7c51dd421a979a/composer.json#L27