On 10 Jun 2013, at 17:04, Saad Fikri <[email protected]> wrote: > Hi All, > > I have a project with Symfony 2.2 and i want to upgrade the whole project to > 2.3 how can i do it ?
First, you're asking on the wrong mailing list - this is about the development of the framework itself, not actually using Symfony. You should be on the Symfony2 Users mailing list at https://groups.google.com/forum/?fromgroups#!forum/symfony2 Secondly, read http://symfony.com/blog/symfony-2-3-0-the-first-lts-is-now-available#upgrading The gist of it is: if you're not using JMSSecurityExtraBundle or JMSDiExtraBundle, you can remove them (and the AOP Bundle) from AppKernel, and comment out the jms.security_extra (?) section at the top of your app/config/security.yml, then change your composer.json as explained, and do a "composer update", and finally go through the https://github.com/symfony/symfony/blob/master/UPGRADE-2.3.md doc to see what's changed. If you've got any more questions, try the Users mailing list. Regards, -- Matt Robinson https://lazycat.org/ -- -- If you want to report a vulnerability issue on Symfony, please read the procedure on http://symfony.com/security 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 --- You received this message because you are subscribed to the Google Groups "Symfony developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
