I am planning to integrate SimpleCmsBundle into my existing Symfony2 project.
How i can import the dependencies through composer?
My current application's composer.json
file is in the root folder, just like default symfony2.
So, do I need to copy the content of composer.json
within SimpleCmsBundle into the content of my current default composer, which is in root directory?