diff --git a/README.md b/README.md index f84c5d7..365fb87 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ NelmioApiDocBundle The **NelmioApiDocBundle** bundle allows you to generate a decent documentation for your APIs. +**Important:** This bundle is developed in sync with [symfony's repository](https://github.com/symfony/symfony). +For Symfony 2.0.x, you need to use the 1.* version of the bundle. + ## Installation ## diff --git a/composer.json b/composer.json index 5eec681..aa3b967 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,10 @@ "autoload": { "psr-0": { "Nelmio\\ApiDocBundle": "" } }, - "target-dir": "Nelmio/ApiDocBundle" + "target-dir": "Nelmio/ApiDocBundle", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + } }