SanderSander / composer-link

Adds ability to link local packages for development with composer
https://packagist.org/packages/sandersander/composer-link
Other
58 stars 3 forks source link

Resolve and upgrade/install dependencies #18

Open SanderSander opened 2 years ago

SanderSander commented 2 years ago

Currently when a package is linked, we only install the linked package and not it's dependencies.

When the linked package contains new dependencies on other packages, or a new version of a package, we should pull those in when they can be included and don't conflict with other required packages.