composer-link
composer-link copied to clipboard
Adds ability to link local packages for development with composer
Hi There, I would love to have a `composer unlink --all` or `composer unlink-all` command to unlink multiple packages.
Hi, i'm using this awesome plugin for our local development. Let's say i have `PROJECT1` using `PACKAGE1` via composer link, after having installed new dependencies on `PACKAGE1`, the `composer dump-autoload`...
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...
Resolves #18 TODO: Think about to add an option --resolve-dependencies that can be used to install dependencies, or `--no-resolve-dependencies`
Currently when the plugin is uninstalled nothing happens. The plugin should remove all linked packages, and do some cleanup. Globally linked packages should be unlinked (#15 ). When the compposer-link...
We should maintain a list with projects where composer-link is active, only if composer-link is installed globally. We need this for a few reasons: - When the plugin is uninstalled...
We should have the ability to globally define a package that should be linked in every other project. We should maintain a list of those packages globally, and link those...