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 twig spaceless filter #186

Closed mustanggb closed 1 week ago

mustanggb commented 1 week ago

As of Twig 3.12 the spaceless filter has been deprecated.

https://twig.symfony.com/doc/3.x/filters/spaceless.html

johanwilfer commented 1 week ago

Looks good!