mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Aliased master to 2.*
This commit is contained in:
parent
40d3750b20
commit
43033152b7
@ -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 ##
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user