make upgrade instructions depend on stable version

This commit is contained in:
David Buchmann 2017-12-18 08:41:18 +01:00 committed by GitHub
parent ac7b924129
commit 3ad27f46c3
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"
}
}
```