Skip to content

Commit

Permalink
Add migration notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Sep 28, 2023
1 parent 25925bd commit 0ee557d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ This way you only need to remember these high level ones:
- `composer annotate` (include all your /plugins, the non-vendor ones)
- `composer illuminate` (include all your /plugins, the non-vendor ones)

## Migrating from 3.x?
## Migrating from 4.x?

- `bin/cake annotations` is now `bin/cake annotate`.
- `bin/cake code_completion generate` is now `bin/cake generate code_completion`.
- `bin/cake phpstorm generate` is now `bin/cake generate phpstorm`.
- `bin/cake illuminator` is now `bin/cake illuminate`.

0 comments on commit 0ee557d

Please sign in to comment.