-
-
Notifications
You must be signed in to change notification settings - Fork 477
Description
From time to time packages get abandoned and replacements show up
see e.g. https://packagist.org/packages/zendframework/zendframework1 which is not maintained for a very long time.
for people relying on this framework it would be super important to find a not abandoned replacement.
for zf1, this can be e.g. https://packagist.org/packages/shardj/zf1-future which defineds a "replace: zendframework/zendframework1" constraint.
would it be possible to render a list of possible replacement packages for abandoned packages?
this would mean that we see e.g. on https://packagist.org/packages/zendframework/zendframework1 a list of packages which defines a replace constraint like shardj/zf1-future
maybe there is a more efficient way to find replacement-packages, but atm I don't know a single one.
searching via composer command would also be a possible solution for this problem.