wow now it is work "ssl"LukeWCS wrote: ↑Sun May 05, 2019 4:50 pmHi
It works, if you use the subdomainAbaddonOrmuz wrote: ↑Fri May 03, 2019 9:17 amIf I remember correctly, it doen't work if you use the GitHub repository directly, or at least it didn't work for me back then.raw.
and with a small change in the URL. My LFWWH ext demonstrates how this works.
@Meis2M
Your file is on a server with SSL, so you need the parameter "ssl": true in yourcomposer.json
:
FYI: you have indentation in yourCode: Select all
"version-check": { "host": "phpbb-seo.github.io", "directory": "/versions", "filename": "usu.json", "ssl": true
composer.json
with tabs and spaces.![]()
thanks