From ccdcecb77a280a4f62111b3a7a90cd0fd1afddfa Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Wed, 31 May 2017 14:10:44 +0200 Subject: [PATCH] Update composer constraint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f93243bbb..a480ea79a 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ for your APIs. ## Migrate from 2.x to 3.0 -[To migrate from 2.x to 3.0, just follow our guide.](https://github.com/nelmio/NelmioApiDocBundle/blob/dev/UPGRADE-3.0.md) +[To migrate from 2.x to 3.0, just follow our guide.](https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-3.0.md) ## Installation First, open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ``` -composer require nelmio/api-doc-bundle dev-dev +composer require nelmio/api-doc-bundle dev-master ``` Then add the bundle to your kernel: