Closed PavelPolyakov closed 11 years ago
If I understand your question correctly, you are trying to use the buildpack on heroku. It currently depends on php5 in the stack which is not present in cedar on heroku. It is currently only tested and known to run on cloudControl.
Hi,
I'm currently trying to setup ZF1 application using the cloudControll buildpack.
I set the buildpack usage by this command:
heroku config:set BUILDPACK_URL=https://github.com/cloudControl/buildpack-php
But when I try to
git push
I see this:
Any thoughts? Or am I doing something wrong?
Thanks in advance