Skip to content

Commit

Permalink
Update composer chore instructions (#674)
Browse files Browse the repository at this point in the history
* Update composer chore instructions
  • Loading branch information
guergana authored Sep 7, 2023
1 parent 6781edc commit d81ebab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,11 +430,9 @@ Then make sure that all unit tests still pass and building still works for every
### Composer dependencies
Since Mismatch Finder is using Laravel, we need to make sure that we update backend dependencies as well. To do this, run `composer outdated`.
Since Mismatch Finder is using Laravel, we need to make sure that we update backend dependencies as well. To do this, run `sail composer outdated`.
Update the dependencies that need updating in the `composer.json` file. Create a single commit for each update. And then run `composer update` to install the new packages.
Then make sure that all unit tests still pass and building still works for every local commit using `sail artisan test`.
Run `sail composer update` to install the new packages. Then make sure that all unit tests still pass and building still works for every local commit using `sail artisan test`.
Don't update to any major version of Laravel since that would require a migration and would be out of the scope of a chore.

Expand Down

0 comments on commit d81ebab

Please sign in to comment.