cloudControl / buildpack-php

cloudControl PHP buildpack
Apache License 2.0
13 stars 18 forks source link

Using custom PHP resulting in error again #44

Closed lbayerl closed 9 years ago

lbayerl commented 9 years ago

This time by using "php-64bit": ">=5.5 <7.0" again I receive a "-----> Found php version definition >=5.5 <7.0 ! cloudControl push rejected, failed to compile php app"

Locally I have a PHP 5.5 (>=5.5) but I want to try a remote 5.6 (< 7.0). Otherwise I have to use two different definitions for local and remote deployment which I want to avoid in any case.

TooAngel commented 9 years ago

The issue was resolving versions with a space. This is fixed now, can you please try again?

lbayerl commented 9 years ago

confirmed, thanks.