I'm new to Composer/Packagist. So bare with. After careful reviewing ALL the Composer documentation (which IMHO quite verbose but flawes on the details). And going through Azraar Azward good article I'm still stuck.
Created GitHub public repo and Packagist package. I can use it in a test but autoupdate is not working. I've setup auto update according to the Packagist description, the repo is public but after pushing to GitHub the Packager does not get the updates.
In GitHub under WebHooks I followed these steps:
Do not want to log in via GitHub and grant us webhook configuration access?
You can configure a GitHub webhook manually by using the following values:
Payload URL: https://packagist.org/api/github?username=theking2
Content Type: application/json
Secret: your Packagist API Token
Which events? Just the push event is enough.
In Packager however it is still displayed as (Not Auto-Updated, Needs Attention)
but it is not awefully clear what kind of attention it needs.
I've setup Git push to a myriad of (Plesk) websites so I get the idea how it is supposed to work. What is confusing that I find nowhere which trunk Packagist is using. I'm obviously missing something.