Skip to content

Composer: avoid writing a lock file - #13

Merged
jrfnl merged 1 commit into
php-parallel-lint:masterfrom
fredden:feature/composer.lock-false
Apr 24, 2024
Merged

Composer: avoid writing a lock file#13
jrfnl merged 1 commit into
php-parallel-lint:masterfrom
fredden:feature/composer.lock-false

Conversation

@fredden

@fredden fredden commented Apr 23, 2024

Copy link
Copy Markdown

When working with this repository as a developer, we should be using the latest compatible packages. By writing a lock file for Composer, we may get into a state where we are "stuck" on an older version of a dependency. This change avoids such a situation by telling Composer to not write out a lock file in the project.

@jrfnl jrfnl added this to the 2.x Next milestone Apr 24, 2024

@jrfnl jrfnl left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @fredden !

@jrfnl
jrfnl merged commit 1b63984 into php-parallel-lint:master Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants