-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Multiple packages use the same patch throw an array to string exception #38
Comments
Good find! That's definitely not the desired behavior :) |
This is caused by |
grasmash
added a commit
to grasmash/composer-patches
that referenced
this issue
Dec 20, 2016
…y to string exception.
cweagans
added a commit
that referenced
this issue
Feb 16, 2017
Fixes #38: Multiple packages using the same patch throws an array to string exception.
lacun
pushed a commit
to lacun/composer-patches
that referenced
this issue
Jul 27, 2017
…on - Completes fix from cweagans#38
Hello, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I set up package A with a patch, and package B with the same patch, and set package A to require B, the URLs are merged into an array. This causes composer install to bail with an array to string conversion.
The text was updated successfully, but these errors were encountered: