fix(backend): regenerate composer.lock after Filament removal
composer.json dropped filament/*, livewire, and openspout in 71730fe,
but composer.lock was never regenerated. The stale lock still pinned
those packages, and a --no-dev install (as used in the prod Docker
build) failed because filament/support requires ext-intl and
openspout requires ext-zip, neither of which are installed in the
prod PHP image.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
a95fac5c0d
commit
a56c22953c
1 changed files with 226 additions and 2136 deletions
2362
backend/composer.lock
generated
2362
backend/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue