moneyphp / money

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

fix deprecation on jsonSerialize #706

Closed garak closed 2 years ago

garak commented 2 years ago

Fix #705

frederikbosch commented 2 years ago

I rather add the real return-type instead of the attribute, so: : string for Currency and : array for Money.

frederikbosch commented 2 years ago

Oh, now I see, this is for Money v3. No, there will not be support for PHP8+ in Money v3. Please use Money v4.

frederikbosch commented 2 years ago

Merged via #707