On 2 Feb., 16:27, Bernhard Schussek <[email protected]> wrote: > Exactly. We do our best to provide such a generic interface.
If you plan such clean interfaces, why can't you pack the default implementation into an extra component "fragment"? Than it's just a matter of distribution to get a working Symfony component. Distributed as zip file there are just two folders in it, one for the component and one for the default implementation, which needs the third party library. If you install the component via git it's just a second clone command?! Who doesn't want the third party dependency can just drop the default component "fragment" and provide its own. The only problem might be to get the default implementation of the generic interface into the Component, which needs it. In Symfony 2 this could be done via DIC and in the standalone case manually. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
