Skip to content

Add dev keyword #90

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add dev keyword #90

wants to merge 1 commit into from

Conversation

JaZo
Copy link

@JaZo JaZo commented Apr 1, 2025

As this package is meant for development, it's advised to add a special dev keyword to composer.json.

Some special keywords trigger composer require without the --dev option to prompt users if they would like to add these packages to require-dev instead of require. These are: dev, testing, static analysis.

See: https://getcomposer.org/doc/04-schema.md#keywords

> Some special keywords trigger `composer require` without the `--dev` option to prompt users if they would like to add these packages to `require-dev` instead of require. These are: `dev`, `testing`, `static analysis`.

See: https://getcomposer.org/doc/04-schema.md#keywords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant