Open brbrr opened 3 years ago
WordPress is not a library! Let me name it. WordPress is aaaaaaaaaaaaaaa ..................
This is how to tell Composer what to put where: https://github.com/szepeviktor/debian-server-tools/blob/master/webserver/wp-install/roots-composer.json#L17-L30
Cool. But I guess it would be nice to incorporate this approach into the package itself. I don't think it should pollute the project root directory.
Could you tell Composer what to put where in a dependency??
I noticed that the WordPress repo is cloned into the root of the project. I was not expecting this type of behavior, and I don't think it is common across other tools either.
Is there a reason why it is being cloned into a root instead of the
./vendor
folder?