You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments