Revision cec12626b93d6fc6df81d12678fead67e841c53b
Committed on 19/06/2012 1:16 pm by
Christophe Coevoet <stof@notk.org> [GitHub Diff]
Added the swiftmailer requirement
As Symfony properly provides the bridge now but without adding a hard
dependency to swiftmailer on the full stack framework, it is needed to
add it in the bundle so that it is installed when installing the bundle.
The minimal requirement is set to 4.1.8 as the autoloading can only be handled
by composer as of this release so we want to avoid older versions.