We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to launch with PHP 5.3.23 but no matter what I set in the composer file, it gets ignored :-/
{ "require": { "php": ">=5.3.23" }, "engines": { "php": "5.3.23", "nginx": "1.3.14" } }
remote: Building source: remote: remote: -----> Fetching set buildpack https://github.com/CHH/heroku-buildpack-php... done remote: -----> PHP (classic) app detected remote: -----> Bundling NGINX 1.4.4 remote: -----> Bundling PHP 5.5.24 remote: -----> Bundling extensions remote: apcu remote: phpredis remote: mongo remote: ! Script error in /tmp/buildpack20160101-161-125awq9/bin/compile on or near line 380 remote: remote: ! Push rejected, failed to compile PHP (classic) app remote: remote: Verifying deploy... remote: remote: ! Push rejected to ....
The text was updated successfully, but these errors were encountered:
Do you has a composer.lock? The README / Detection section says: 'This buildpack detects apps when the app has a composer.lock in the app's root.'
Sorry, something went wrong.
No branches or pull requests
I'm trying to launch with PHP 5.3.23 but no matter what I set in the composer file, it gets ignored :-/
{
"require": {
"php": ">=5.3.23"
},
"engines": {
"php": "5.3.23",
"nginx": "1.3.14"
}
}
remote: Building source:
remote:
remote: -----> Fetching set buildpack https://github.com/CHH/heroku-buildpack-php... done
remote: -----> PHP (classic) app detected
remote: -----> Bundling NGINX 1.4.4
remote: -----> Bundling PHP 5.5.24
remote: -----> Bundling extensions
remote: apcu
remote: phpredis
remote: mongo
remote: ! Script error in /tmp/buildpack20160101-161-125awq9/bin/compile on or near line 380
remote:
remote: ! Push rejected, failed to compile PHP (classic) app
remote:
remote: Verifying deploy...
remote:
remote: ! Push rejected to ....
The text was updated successfully, but these errors were encountered: