diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index c30905c..f3fa639 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -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" } } ```