aubreypwd / wpkickstart

A great way to kickstart a new WordPress plugin or project.
9 stars 0 forks source link

Better composer integration #12

Open aubreypwd opened 5 years ago

aubreypwd commented 5 years ago

Right now all composer packages are installed in /vendor. But features can have their own composer package dependancies and those don't need to go in /vendor at the root. E.g.:

In this example one of the features has it's own composer dependances.

Let's make sure the root composer.json also installs those by looping through the folders looking for composer.json and running pre/post install/update commands in those folders too.

aubreypwd commented 5 years ago

I think I'm going to leave these up to the developer instead. Maybe I can set them up as a component.