Closed ziming closed 2 years ago
This is intentional to ensure reproducible builds during development and in CI. The composer.lock
gets ignored when requiring this package through composer (https://getcomposer.org/doc/02-libraries.md#lock-file)
Maybe adding .gitattributes
with export-ignore
for vendor
Think you may have committed composer.lock by accident.