mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Update UPGRADE-3.0.md
This commit is contained in:
parent
6ba5c18b88
commit
93cddd98a4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue