-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix Heroku deployment when both composer.json and package.json exist #56
Comments
You can specify the build pack in app.json
Not sure if that's what you're after? |
@Salakar that's perfect, I was wondering if it's something that was set using the |
Closed
Closed
Closed
3 tasks
Closed
Closed
This was referenced Jun 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heroku deployment will break when there is a
composer.json
andpackage.json
as the buildstep favours Node.js deployment over PHP.I know that there are ways to change the buildpack when creating an app, but we need to investigate whether this is possible from within
app.json
.We'll probably want to get in touch with @heroku themselves on this.
The text was updated successfully, but these errors were encountered: