-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer config-build breaks autoloading #1
Labels
Comments
I think I came across a bug previously which had a similar problem. Could you check that this is not the cause? |
Will have a look, but I think my dependencies were up-to-date. |
MrHash suggested to change the |
Fixed in 5a5f657 |
graste
added a commit
that referenced
this issue
Jul 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After running
composer config-build
I can't runcomposer test
successfully as the autoloading doesn't work then. This autoloading error seems to happen always after runningconfig-build
. I suspect theConfigurationHandler::makeAutoload()
method might be the problem, but didn't investigate further.The text was updated successfully, but these errors were encountered: