Commit c8f9e54
committed
Fix GitHub Actions CI by updating composer lock before install
- Add 'composer update --lock' before 'composer install' in CI workflow
- This updates composer.lock to match composer.json changes without changing package versions
- Reverted previous commit that deleted composer.lock (keeping lock files is best practice)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 433625d commit c8f9e54
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments