You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: