Skip to content

Commit 1511358

Browse files
author
Andrey Helldar
authored
Update README.md
1 parent 7f3f3b8 commit 1511358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ Or manually update `require` block of `composer.json` and run `composer update`.
2323
```json
2424
{
2525
"require": {
26-
"dragon-code/laravel-migration-actions": "^3.0"
26+
"dragon-code/laravel-migration-actions": "^2.0"
2727
}
2828
}
2929
```
3030

3131
### Upgrade from `dragon-code/laravel-actions`
3232

33-
1. In your `composer.json` file, replace `"dragon-code/laravel-actions": "^2.0"` with `"dragon-code/laravel-migration-actions": "^3.0"`.
33+
1. In your `composer.json` file, replace `"dragon-code/laravel-actions": "^2.0"` with `"dragon-code/laravel-migration-actions": "^2.0"`.
3434
3. Run the `command composer` update.
3535
4. Profit!
3636

3737
### Upgrade from `andrey-helldar/laravel-migration-actions`
3838

39-
1. In your `composer.json` file, replace `"andrey-helldar/laravel-actions": "^1.0"` with `"dragon-code/laravel-migration-actions": "^3.0"`.
39+
1. In your `composer.json` file, replace `"andrey-helldar/laravel-actions": "^1.0"` with `"dragon-code/laravel-migration-actions": "^2.0"`.
4040
2. Replace the `Helldar\LaravelActions` namespace prefix with `DragonCode\LaravelActions` in your app;
4141
3. Run the `command composer` update.
4242
4. Profit!

0 commit comments

Comments
 (0)