You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #15 the /src/ path is hard-coded, which is a bad assumption.
The easiest from our perspective is to provide a param like --src-path=src or something, although @macnibblet suggested examining composer.json to look for the autoload paths which could be interesting...