Skip to content

Commit da525a5

Browse files
committed
Add migration guide for non-breaking changes
1 parent 34b0cbf commit da525a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ A third-party [Laravel Livewire](https://laravel-livewire.com/) integration for
1010
It's as easy as it gets to get started with Livewire if using Statamic.
1111

1212
## Migrate from `jonassiewertsen/statamic-livewire`
13+
### Without breaking changes (v3)
14+
1. Replace `jonassiewertsen/statamic-livewire` with `marcorieser/statamic-livewire` in your `composer.json`
15+
2. Run `composer update marcorieser/statamic-livewire`
16+
17+
### With breaking changes (v4)
1318
1. Replace `"jonassiewertsen/statamic-livewire": "^3.0"` with `"marcorieser/statamic-livewire": "^4.0"` in your `composer.json`
1419
2. Replace the namespace `Jonassiewertsen\Livewire` with `MarcoRieser\Livewire` in your code
1520
3. Run `composer update marcorieser/statamic-livewire`

0 commit comments

Comments
 (0)