Enabling the Packagist service hook.
vinkla opened this issue · 4 comments
It seams that this repository is not automatically synced into GitHub. Maybe you could add the GitHub Service Hook in the repository settings? Then you wont need to visit packagist for each new release.
GitHub Service Hook
Enabling the Packagist service hook ensures that your package will always be updated instantly when you push to GitHub.
The API token is located on your profile page.
The hook was set up when added to packagist,
I'm wondering if it has anything to do with the composer.json file? or anything else?
The latest version in packagist always seems to be dev-master
, is this correct?
Weird that it doesn't update. It usually says dev-master on packagist, that should be fine.
The composer.json
file looks okay. Since you release each new update as an GitHub release maybe you could change the minimun stability to stable. Though, that probably wont fix our problem with autoupdates.
Hey @vinkla
With the latest release (v1.3) the profile on packagist.org updated automatically to include the latest release.
Can we assume this is working now?
@jjgrainger Hey. Yes, it sure looks that way. Its weird that v1.2.4
never made it to packaggist.
Great that it works now!