Merge pull request #1148 from dbu/patch-1

make upgrade instructions depend on stable version
This commit is contained in:
Guilhem N 2017-12-18 15:55:57 +01:00 committed by GitHub
commit 4e443c43b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ to ``~3.0@beta``:
```json
{
"require": {
       "nelmio/api-doc-bundle": "~3.0@beta"
       "nelmio/api-doc-bundle": "^3.0"
}
}
```