You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a composer module containing just a composer.json, and a xxxxx.patch file. I accidentally had "type":"metapackage" in my module's composer.json. When including this module in the project, I got a "file not found" error. Changing the package type made it find the patch file.
Describe the solution you'd like
We should mention this in the documentation, but where? I guess ERRORS.md would be best.
Additional context
I'm happy to do the work, just wanted guidance on where to add the doc.
The text was updated successfully, but these errors were encountered:
johnorourke
changed the title
metapackage type affects cwd for patching
metapackage type affects cwd for patching (documentation suggestion)
Feb 7, 2022
ERRORS.md could be one place, but perhaps (also) in this section, the 2nd bullet (dependency packages) could make a reference to what type it should be to work?
Is your feature request related to a problem? Please describe.
I have a composer module containing just a
composer.json
, and axxxxx.patch
file. I accidentally had"type":"metapackage"
in my module's composer.json. When including this module in the project, I got a "file not found" error. Changing the package type made it find the patch file.Describe the solution you'd like
We should mention this in the documentation, but where? I guess
ERRORS.md
would be best.Additional context
I'm happy to do the work, just wanted guidance on where to add the doc.
The text was updated successfully, but these errors were encountered: