# Upgrading

## Upgrading 1.3 to 1.4

{% hint style="info" %}
Please take a look at our [prerequisites](/1.4-1/getting-started/prerequisites.md) before upgrading!
{% endhint %}

### Update your Composer.json

To update to the latest version inside of your composer.json file make sure to update the version of Voyager inside the require declaration inside of your composer.json to:

`tcg/voyager": "1.4.*`

And then run `composer update`

### Updating the roles BREAD

The roles BREAD now uses it's own controller.\
Please update it to use `TCG\Voyager\Http\Controllers\VoyagerRoleController`

![](/files/-M24I5UO1qRHalff5_q6)

### TinyMCE initialization

Initialization has been moved from app.js to `rich_text_box` template, if you were using TinyMCE outside the standard template take a look at documentation [tinymce](/1.4-1/bread/introduction-1/tinymce.md)

### Troubleshooting

Be sure to ask us on our slack channel if you are experiencing any issues and we will try and assist. Thanks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://voyager-docs.devdojo.com/1.4-1/getting-started/upgrading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
