I've created a GitHub repository for the new version of Lyra CMS that will be developed with Symfony2 (see my previous post). At this stage the application is not suitable for production, if you are interested to test or preview it, follow the installation instructions contained in the README file.
As you can see Symfony framework and all the other dependencies (basically everything inside the vendor directory) are included as git submodules. It's worth noticing that this is true also for Lyra bundles installed in vendor/bundles/Lyra (only LyraContentBundle is currently present). In fact Lyra CMS utilizes these bundles exactly in the same way than any other Symfony application. This means that you can use Lyra CMS configuration as an example of how to configure LyraContentBundle (and the other bundles that will be developed) in your own applications.
If you decide to try it out, feel free to report any problem you find through the GitHub issue tracker.
