File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ Or manually update `require` block of `composer.json` and run `composer update`.
23
23
``` json
24
24
{
25
25
"require" : {
26
- "dragon-code/laravel-migration-actions" : " ^3 .0"
26
+ "dragon-code/laravel-migration-actions" : " ^2 .0"
27
27
}
28
28
}
29
29
```
30
30
31
31
### Upgrade from ` dragon-code/laravel-actions `
32
32
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" ` .
34
34
3 . Run the ` command composer ` update.
35
35
4 . Profit!
36
36
37
37
### Upgrade from ` andrey-helldar/laravel-migration-actions `
38
38
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" ` .
40
40
2 . Replace the ` Helldar\LaravelActions ` namespace prefix with ` DragonCode\LaravelActions ` in your app;
41
41
3 . Run the ` command composer ` update.
42
42
4 . Profit!
You can’t perform that action at this time.
0 commit comments