Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Include composer lock in repository #49

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

iksaku
Copy link
Contributor

@iksaku iksaku commented Mar 2, 2021

As documented in Composer's Basic Usage page,
the composer.lock file must be commited to VCS. This file allows both package developers and end developer-users to keep fixed versions
of packages installed, preventing the installation of unsuported package versions.

This also helps preventing developers from unintentionally installing the latest version of a package which may also unintentionally contain breaking
changes.

If keeping dependencies up to date feels like a heavy chore, dependabot could help.

Prevent composer installations to install potentially unsuported package versions.
(Yeah, sometimes there are unexpected breaking changes in either minor or patch releases.)
@danharrin danharrin merged commit 5dc612c into filamentphp:main Mar 2, 2021
@danharrin
Copy link
Member

Well spotted, cheers!

@danharrin danharrin added the enhancement New feature or request label Mar 2, 2021
@iksaku iksaku deleted the composer_lock branch March 3, 2021 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants