now you have a composer.json file are you able to register the plugin with https://packagist.org/
And you would also need to setup a webhook to enable auto updating.
This enables on $ composer install to be able to read from the registered package list rather than pull and fetch every branch/tag and then read the composer.json file for each. Much faster.
Hi,
now you have a composer.json file are you able to register the plugin with https://packagist.org/ And you would also need to setup a webhook to enable auto updating.
This enables on
$ composer install
to be able to read from the registered package list rather than pull and fetch every branch/tag and then read the composer.json file for each. Much faster.Thanks