From 93cddd98a4b1e791a16f6384b8b0419a749dbf98 Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Wed, 31 May 2017 16:28:06 +0200 Subject: [PATCH] Update UPGRADE-3.0.md --- UPGRADE-3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } ```