clarkwinkelmann
Thanks, looks like that did the trick!
However I am encountering a new issue, because I have extiverse configured as a repository for my extension(s) I am subscribed to, it is trying to download from there and complaining I do not have rights to do so. The extension from extiverse is still paid, and seems custom repositories are given priority in composer v2. I am sure it is a simple fix to set packagist higher up in priority, anyone run into this?
- Downloading kyrne/websocket (3.0.4)
1/1 [============================] 100%
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
[Composer\Downloader\TransportException]
Invalid credentials for 'https://extiverse.com/composer/archive/kyrne/websocket/3.0.4.0.zip', aborting.
"repositories": [
{
"type": "vcs",
"url": "https://github.com/maicol07/flarum-api-client"
},
{
"type": "composer",
"url": "https://extiverse.com/composer/"
}
],