Update composer constraint

This commit is contained in:
Guilhem Niot 2017-05-31 14:10:44 +02:00 committed by GitHub
parent cdf29801c8
commit ccdcecb77a

View File

@ -12,14 +12,14 @@ for your APIs.
## Migrate from 2.x to 3.0 ## 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 ## Installation
First, open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: 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: Then add the bundle to your kernel: