To reference to a local path reference to a wordpress plugin, using Composer, you need do:
-
Add a
repositorypointing to local path (absolute or relative) like the composer.json -
Add a
installer-pathskey to move to a specific folder when install the plugin, only if the target plugin contains contains acomposer.jsonwithtype"wordpress-plugin"