Some files can not be autoloaded when certain namespace prefixes are registered twice, but used for different classes.
Example, as reported by @tobscure:
flarum-auth-facebook requires league/oauth2-facebook, flarum-auth-github requires league/oauth2-github. Both of these packages specify autoload paths for League\OAuth2\Client\. but Studio only seems to merge in one of them:
Some files can not be autoloaded when certain namespace prefixes are registered twice, but used for different classes.
Example, as reported by @tobscure: flarum-auth-facebook requires league/oauth2-facebook, flarum-auth-github requires league/oauth2-github. Both of these packages specify autoload paths for
League\OAuth2\Client\
. but Studio only seems to merge in one of them: