Problem 1
-laravel/installer v1.1.1 requires guzzlehttp/guzzle ~4.0 -> satisfiable by guzzlehttp/guzzle[...]
-guzzlehttp/guzzle 4.2.3 requires php>=5.4.0 -> no matching package found
我正在使用vagrant(hashicorp / precise32)
我用它来尝试安装laravel安装程序
composer global require "laravel/installer=~1.1"
答案 0 :(得分:3)
请仔细阅读错误消息,然后您就会遇到问题:
Laravel安装程序需要guzzlehttp / guzzle。 Guzzle需要php> = 5.4.0(大于或等于版本5.4.0)。找不到。
换句话说,您不符合PHP要求(您将适当地使用PHP 5.3.x)