Skip to content
New issue

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

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

Already on GitHub? # to your account

Composer: add keywords #160

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Composer: add keywords #160

merged 1 commit into from
Mar 27, 2024

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Mar 27, 2024

As of Composer 2.4, Composer will recommend putting a dependency in require-dev over require when certain keywords are encountered.

As PHP Parallel Lint should be placed in require-dev, this commit adds those keywords to trigger this notification for end-users (when needed).

Closes #134

@jrfnl jrfnl added this to the 1.4.0 milestone Mar 27, 2024
As of Composer 2.4, Composer will recommend putting a dependency in `require-dev` over `require` when certain keywords are encountered.

As PHP Parallel Lint should be placed in `require-dev`, this commit adds those keywords to trigger this notification for end-users (when needed).

Closes 134

Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
@jrfnl jrfnl force-pushed the feature/composer-keywords branch from 64c6f25 to 91260ed Compare March 27, 2024 11:01
Copy link
Member

@grogy grogy left a comment

Choose a reason for hiding this comment

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

Great and thank you for credit to previous author.

@jrfnl jrfnl mentioned this pull request Mar 27, 2024
@grogy grogy merged commit b5c0080 into develop Mar 27, 2024
17 checks passed
@grogy grogy deleted the feature/composer-keywords branch March 27, 2024 11:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

Successfully merging this pull request may close these issues.

2 participants