Skip to content

Test if package can be installed against current lockfile + vendor #11141

Discussion options

You must be logged in to vote

You could try to reduce the steps/narrow it down a bit more I guess:

composer config repositories.local path path/to/package
composer require my-package "@dev" --no-update
composer update my-package --dry-run
composer config repositories.local --unset

This will still do some network, but it should be less.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@damienwebdev
Comment options

Answer selected by damienwebdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants