I'm just testing drupal 8.8.4 I have installed it with composer.
I created a multisite installation.
I like the idea of composer controlling the dependencies.
I can easily install a contrib module and a specific version of a module.
I can define the directories to which modules, themes, libraries, etc. should be downloaded.
like /sites/sitename/modules directory for specific site of a module.
But is it possible to do these modifications in composer.json if I use drupal/recommended-project installation type?
Thank you.