Hi Matthew, So right now from my understanding Symfony2 only depends on Zend\Log. Not sure if Zend\Cache is still planned to be used or not. Currently the symfony sandbox uses these scripts to manage the vendors: https://github.com/symfony/symfony-sandbox/tree/master/bin/
Not sure if Fabien has other plans for the future. Either way I think it would be good to have a solution for ZF2 where people can choose to pull in just the dependency for core to get things to work. Of course if they want the rest then they should be able to get everything (though in that case they probably also do not want the demos or documentation stuff). I am aware of the plans to create a packager, but right now at least all the other deps are pulled in via git/svn. Not being a SCM wizard, especially when it comes to git, I do not have the perfect solution, but the current sandbox setup seems very annoying: - setting up or resetting the vendor dir takes ages - deploying code takes ages - mucking around with the IDE to prevent ZF2 from "polluting" the autocomplete regards, Lukas Kahwe Smith [email protected] -- 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
