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

Remove deprecated symfony/templating? #152

Closed Chris53897 closed 7 months ago

Chris53897 commented 8 months ago

I will wait after this gets hopefully merged, before i create new PRs https://github.com/TheBigBrainsCompany/TbbcMoneyBundle/pull/151

Can we remove symfony/templating from composer.json and /src/Templating (+ the tests)? That repo is deprecated and twig functions are already implemented.

If not removed, symfony/templating should be made optional. But that is a bit more work, instead of just remove it.