Update UPGRADE-3.0.md

This commit is contained in:
Guilhem Niot 2017-05-31 16:28:06 +02:00 committed by GitHub
parent 6ba5c18b88
commit 93cddd98a4

View File

@ -260,12 +260,12 @@ Step 4: Update the bundle
-------------------------
Change the constraint of ``nelmio/api-doc-bundle`` in your ``composer.json`` file
to ``dev-dev``:
to ``~3.0@beta``:
```json
{
"require": {
"nelmio/api-doc-bundle": "dev-dev"
       "nelmio/api-doc-bundle": "~3.0@beta"
}
}
```