im having issues to install laravel under my server running php 5.3 by default BUT i'm able to pick a version of php to run under any specific directory.
guzzlehttp/guzzle 4.1.2 requires php >=5.4.0 -> your PHP version does not satisfy that requirement.
so i choose php 5.4 to run on the directory that im trying to install laravel, but composer do not know that im running PHP 5.4 in that directory.
How to fix this problem?
/full/path/to/php5.4/php composer.phar installfrom inside the project directory