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

Diff with --no-dev installs #10

Open
andrewbelcher opened this issue Dec 1, 2020 · 2 comments
Open

Diff with --no-dev installs #10

andrewbelcher opened this issue Dec 1, 2020 · 2 comments

Comments

@andrewbelcher
Copy link

When you do an install with composer install --no-dev, you end up with a new manifest as it is rebuilt on an install.

Perhaps it doesn't need to run on install, only update? I believe the update events are still triggered for an install with no composer.lock, in all other situations I believe the installed packages shouldn't change?

@joachim-n
Copy link
Owner

I'm not sure. IIRC 'install' actually updates and 'update' installs?

@loopy3025
Copy link

Either way, when you run composer install upstream, it generates a manifest, thus dirtying the deployment artefact with changes.

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

No branches or pull requests

3 participants