Replies: 1 comment
-
Duplicate of #11132 - please read the discussion over there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine a dozen PHP apps being installed, few versions each.
Now the composer downloads (or fetches from cache) and stores every library copied into the vendor dir. What I think should be at least an option, something like it's done in
pnpm
, when all the packages are stored centrally and then symlinking/hardlinking. So for the above scenario it won't be storing 50-100 copies of some library, just one, accessible by applications with a link.Would it be difficult to implement?
Beta Was this translation helpful? Give feedback.
All reactions