Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
added a note about the desynchronization with Symfony itself
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 25, 2013
1 parent 8181bfd commit f8ffc10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ SensioFrameworkExtraBundle
This bundle provides a way to configure your controllers with annotations.

Read about it on its [official homepage](http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html).

As of v3.0.0 of the bundle, the release cycle is de-synchronized from the
framework's. It means you can just require "sensio/framework-extra-bundle":
"~3.0" in your composer.json and Composer will automatically pick the latest
version of the bundle that works with your current version of Symfony. The
minimum version of Symfony2 for this workflow is 2.4.0.

0 comments on commit f8ffc10

Please sign in to comment.