# Upgrading

## Upgrading 1.3 to 1.4

{% hint style="info" %}
Please take a look at our [prerequisites](https://voyager-docs.devdojo.com/1.4-1/getting-started/prerequisites) 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`

![](https://361643670-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LOZ_fG1zbRQxFD0p8uB%2F-M4LOOZaQQRI-96Hof2b%2F-M24I5UO1qRHalff5_q6%2Fupgrading_roles_controller.png?generation=1586292435970306\&alt=media)

### 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](https://voyager-docs.devdojo.com/1.4-1/bread/introduction-1/tinymce)

### Troubleshooting

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