Nevermind. I was able to install it with composer / custom git repo by adding a new entry under installer-paths specific for this package
"installer-paths": {
....
"web/modules/contrib/{$name}/": [
"drupal/flysystem_azure"
],
...
}
I will update the source once the pull request is approved.
Thank you!
Thanks tuutti, that's very helpful. I tried to use your branch and install it locally on my dev server but I do something wrong and not sure what because the module's requirements are not installed (when set to load it from local path). When I define it as a git branch since there is no type in module's composer.json, is installed as a library and not under web/modules/contrib.
I have the same issue tuutti mentioned. Is it possible to make it work with D10?
Thanks!