-
Notifications
You must be signed in to change notification settings - Fork 8
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
Run composer install
after adding a patch
#9
Conversation
Great work! This works, but it seems it's not updating the |
I think it's a general problem with composer patches. Isn't it the case, that when running |
Actually yes the A |
I'm a bit confused, because all those issues ideally would need to be addressed in cweagans library. |
While this is true and I though about it: I would assume that if you're patching a package you have probably either already tested (and running) the most recent version or have a strict version requirement.
I like the idea of having it configurable (via parameter or in
Not really or not until they provide a CLI command IMHO. The fact that patches are installed running |
This will add the applied patches to the composer.lock file, too.
Maybe a negative parameter would make sense here, then, like |
From a quick test the latest change seems to be triggering a full Looking at the I've attached a patch of the (tested) changes against this branch to get this behaviour. |
Thanks for the input @esolitos . I will update the pull request. One question concerning
Could you elaborate on this? Providing it as an option is quite straight forward, but I like to understand your comment and the consequences of it. |
So, actually that it probably not a great comment, the issue is that without the Looking at |
Pull request for #8