TheBigBrainsCompany / TbbcMoneyBundle

This bundle is used to integrate the Money library (https://github.com/mathiasverraes/money) into a Symfony project. This library is based on Fowler's Money pattern (https://verraes.net/2011/04/fowler-money-pattern-in-php/)
MIT License
192 stars 74 forks source link

feat: drop support for PHP < 8.1 #162

Closed Chris53897 closed 7 months ago

Chris53897 commented 8 months ago

https://github.com/TheBigBrainsCompany/TbbcMoneyBundle/issues/153

drop PHPUnit 9 support. replace php-http/guzzle6-adapter with php-http/guzzle7-adapter bump dev dependencies Migrate phpUnit config to version 10. Improve some Tests

Chris53897 commented 7 months ago

@johanwilfer PR is ready for review. The Psalm errors should be handled in a seperate PR.

johanwilfer commented 7 months ago

@Chris53897 Can you update https://github.com/TheBigBrainsCompany/TbbcMoneyBundle/blob/master/change-log-6.0-and-versions.md in this branch as well then and this is also good to be merge to master (for the upcomming 6.x version)?

Chris53897 commented 7 months ago

I have upgraded it. this can be finetuned before first tag of 6.x

johanwilfer commented 7 months ago

Great!