Edit report at https://pear.php.net/bugs/bug.php?id=21054&edit=1
ID: 21054
Comment by: blackskyliner@googlemail.com
Reported By: blackskyliner@googlemail.com
Summary: Composer: Make pear-core Composer Package replace
pear-core-minimal
Status: Open
Type: Feature/Change Request
Package: PEAR
Package Version: 1.10.1
PHP Version: Irrelevant
Roadmap Versions:
New Comment:
Or maybe use the 'provides' to suggest it already includes the minimal
stuff - I'm not deeply in to these composer states, choose which is
appropriate
Previous Comments:
------------------------------------------------------------------------
[2016-04-15 04:42:29] blackskyliner
Description:
------------
Packages which want pear/pear will install the pear-core version.
But if you also got a package which just requires pear/pear-core-minimal
you
will get some Core stuff twice, resulting in "doubling" of code and so
on.
So I would suggest setting the main core package to replacing the
minimal
package, so if there is an appropriate dependency tree built by composer
the
minimal package gets dropped in favor of the core one.
------------------------------------------------------------------------