lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

Fix Symfony version detection for forms #72

Closed soullivaneuh closed 8 years ago

soullivaneuh commented 8 years ago

This is a proper and safer version of #67.

Remember one gold rule: Never use kernel version comparison if you're not working with the kernel itself.

See discussion: https://github.com/lexik/LexikPayboxBundle/pull/67/files#r59726611