Aliased master to 2.*

This commit is contained in:
William DURAND 2012-05-23 09:44:19 +02:00
parent 40d3750b20
commit 43033152b7
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,9 @@ NelmioApiDocBundle
The **NelmioApiDocBundle** bundle allows you to generate a decent documentation for your APIs. 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 ## ## Installation ##

View File

@ -28,5 +28,10 @@
"autoload": { "autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" } "psr-0": { "Nelmio\\ApiDocBundle": "" }
}, },
"target-dir": "Nelmio/ApiDocBundle" "target-dir": "Nelmio/ApiDocBundle",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
} }