-
Notifications
You must be signed in to change notification settings - Fork 292
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 validation always fails #352
Comments
Just want to share with anyone else. You can use ENV to skip using build cache. See: https://vercel.com/docs/concepts/deployments/troubleshoot-a-build#managing-build-cache |
Hi @asispts. Do you have composer.lock versioned in your project? |
Yes |
So let me summarize this problem.
Right? |
Yes, that's the steps to reproduce the issue. However, on the step 3, it's better to add a new package and use it in |
I am not facing that issue :-( |
Bug report
Description
When modify
composer.json
(e.q: add/remove a package), build process always fail to detect the change. The build process always use the same cache.Composer validation shows that
composer.json
is valid.Solution
Redeploy without using existing build cache manually.
The text was updated successfully, but these errors were encountered: