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

Add bump-after-update option to composer configuration #134

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

vjik
Copy link
Member

@vjik vjik commented Dec 11, 2024

@vjik vjik requested a review from a team December 11, 2024 10:09
@vjik vjik added the status:code review The pull request needs review. label Dec 11, 2024
@@ -50,6 +50,7 @@
},
"config": {
"sort-packages": true,
"bump-after-update": "dev",
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to constantly bump dependencies to exact version? What's the benefit?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's work for dev dependencies and gives more guarantees that package developers used same package versions in own environment.

@samdark samdark merged commit a59c69e into master Dec 16, 2024
2 of 16 checks passed
@samdark samdark deleted the vjik-patch-1 branch December 16, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants