Automattic/jurassic.ninja

Remove the need for composer install step

Closed this issue · 2 comments

Just put the dependencies in this repo

Maybe It's not worth it:
Problems:

  1. Composer structure prevents collision of class names if other plugin is using them.
  2. Including dependencies is a point of failure if dependencies not kept up to date and awareness of dependencies is not left up to the user of this plugin.

It's currently running composer install on admin_notices if the vendor dir does not exist in the plugin's directory.