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

Feature Request: Mark as --dev requirement #952

Open
potsed opened this issue Sep 22, 2018 · 1 comment
Open

Feature Request: Mark as --dev requirement #952

potsed opened this issue Sep 22, 2018 · 1 comment
Labels

Comments

@potsed
Copy link

potsed commented Sep 22, 2018

The install instructions show how to install a package which is great, however some packages are better installed as dev dependencies with the --dev flag.

It would be great to have an option to include that flag in the install instructions under the package title.

image

Perhaps in composer.json something like:

"extra": {
    "packagist": {
        "devDependancy": true
    }
}

I think this would help prevent packages not meant for production environments from slipping through the cracks and help package developers to better inform users of how they intended the package to be used.

@Seldaek
Copy link
Member

Seldaek commented Nov 16, 2018

Seems like a reasonable addition to me if someone wants to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants