php Projekts best with or without composer vendor?

Hi

i use composer in my Script for the librarys. if i upload / Sell on envato is it a good idear to assume the buyer Know how to use install and use composer ? or is it better to include the vendor dir?

I do use composer too, however I never assume customer know about composer, or any dev stuff.

So it’s always better to make your life and their life as easier as clicking on a few buttons and ready.

I use Composer also, I’d recommended you fetch the vendor dir, some users here so users can use your script immediately and advanced users can run composer update if they want.