-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Composer patches not applied successfully #3474
Comments
on mac you've to install gpatch because the macOS patch is differente somehow |
@fballiano yes you're right After this fix only 2 patches are still failing to apply:
-> both seem to be already merged into Perhaps it would make sense to use another composer patches plugin such as vaimo/composer-patches that can handle version constraints for the patches? |
Unoess you ran composer upgrade umyou shouldnt ran into this problem no? |
I see, this issue has already been raised in #3445. But as OpenMage has |
totally right, I've created #3475 to specify the exact version number so that this kind of situation shouldn't present anymore in the future. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
composer install
Actual result (*)
shardj/zf1-future
fail with error:Imho the issue occurs because all patches use
/dev/null
as base which according topatch
man-page try to create a new file:The text was updated successfully, but these errors were encountered: