|
|
|
|
|
by Cyykratahk
1194 days ago
|
|
Version conflicts on shared transitive dependencies is a real problem, to the point that there are tools available to library authors that allow them to rename their dependencies to be under their own namespace to avoid collisions. If two packages I require depend on incompatible versions of some third package, there aren't any easy ways for me to resolve it. This problem exists because of the global nature of PHP namespaces. |
|