Using Composer Path Repositories to Handle Module Dependencies During Development
Sometimes working on a Drupal contributed module requires making changes to the module’s composer.json so that you can update a dependency. This blog post looks at how to accomplish that in a local development environment.