Skip to content

Commit

Permalink
- preparing for release of version 3.x (#119)
Browse files Browse the repository at this point in the history
- updated upgrading.md file
  • Loading branch information
kamilpiech97 authored Apr 23, 2024
1 parent b92da75 commit f6246ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions upgrading.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Upgrading guide from 2.x to 3.x
The checklist for updating old projects is as follows:

- [ ] update the main dependency `blumilksoftware/codestyle` to version `^3.0` in `composer.json` file
- [ ] run `composer update blumilksoftware/codestyle`
- [ ] update `codestyle.php` file configuration paths if you are still using Laravel 10 because the default Laravel paths have changed to Laravel 11

### Upgrading guide from 1.x to 2.x
The checklist for updating old projects is as follows:

Expand Down

0 comments on commit f6246ab

Please sign in to comment.