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`.
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" ` .
34343 . Run the ` command composer ` update.
35354 . 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" ` .
40402 . Replace the ` Helldar\LaravelActions ` namespace prefix with ` DragonCode\LaravelActions ` in your app;
41413 . Run the ` command composer ` update.
42424 . Profit!
You can’t perform that action at this time.
0 commit comments