laravel安装出错

composer global require "laravel/installer"

之后遇到问题
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: don't install laravel/installer v1.2.2
- Conclusion: don't install laravel/installer v1.2.1
- Conclusion: don't install laravel/installer v1.2.0
- Conclusion: don't install laravel/installer v1.1.3
- Conclusion: don't install laravel/installer v1.1.2
- Conclusion: don't install laravel/installer v1.1.1
- Conclusion: remove symfony/console v3.0.0
- Installation request for laravel/installer ~1.1 -> satisfiable by laravel/installer[v1.1.0, v1.1.1, v1.1.2, v1.1.3, v1.2.0, v1.2.1, v1.2.2].
- Conclusion: don't install symfony/console v3.0.0
- laravel/installer v1.1.0 requires symfony/console ~2.5 -> satisfiable by symfony/console[v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.8.0].
- Can only install one of: symfony/console[v2.5.0, v3.0.0].
- Can only install one of: symfony/console[v2.5.1, v3.0.0].
- Can only install one of: symfony/console[v2.5.10, v3.0.0].
- Can only install one of: symfony/console[v2.5.11, v3.0.0].
- Can only install one of: symfony/console[v2.5.12, v3.0.0].
- Can only install one of: symfony/console[v2.5.2, v3.0.0].
- Can only install one of: symfony/console[v2.5.3, v3.0.0].
- Can only install one of: symfony/console[v2.5.4, v3.0.0].
- Can only install one of: symfony/console[v2.5.5, v3.0.0].
- Can only install one of: symfony/console[v2.5.6, v3.0.0].
- Can only install one of: symfony/console[v2.5.7, v3.0.0].
- Can only install one of: symfony/console[v2.5.8, v3.0.0].
- Can only install one of: symfony/console[v2.5.9, v3.0.0].
- Can only install one of: symfony/console[v2.6.0, v3.0.0].
- Can only install one of: symfony/console[v2.6.1, v3.0.0].
- Can only install one of: symfony/console[v2.6.10, v3.0.0].
- Can only install one of: symfony/console[v2.6.11, v3.0.0].
- Can only install one of: symfony/console[v2.6.12, v3.0.0].
- Can only install one of: symfony/console[v2.6.2, v3.0.0].
- Can only install one of: symfony/console[v2.6.3, v3.0.0].
- Can only install one of: symfony/console[v2.6.4, v3.0.0].
- Can only install one of: symfony/console[v2.6.5, v3.0.0].
- Can only install one of: symfony/console[v2.6.6, v3.0.0].
- Can only install one of: symfony/console[v2.6.7, v3.0.0].
- Can only install one of: symfony/console[v2.6.8, v3.0.0].
- Can only install one of: symfony/console[v2.6.9, v3.0.0].
- Can only install one of: symfony/console[v2.7.0, v3.0.0].
- Can only install one of: symfony/console[v2.7.1, v3.0.0].
- Can only install one of: symfony/console[v2.7.2, v3.0.0].
- Can only install one of: symfony/console[v2.7.3, v3.0.0].
- Can only install one of: symfony/console[v2.7.4, v3.0.0].
- Can only install one of: symfony/console[v2.7.5, v3.0.0].
- Can only install one of: symfony/console[v2.7.6, v3.0.0].
- Can only install one of: symfony/console[v2.7.7, v3.0.0].
- Can only install one of: symfony/console[v2.8.0, v3.0.0].
- Installation request for symfony/console == 3.0.0.0 -> satisfiable by symfony/console[v3.0.0].


Installation failed, reverting ./composer.json to its original content.

环境是在vagrant下,centos7。有遇到过的同学吗?
已邀请:

要回复问题请先登录注册