求助,安装laravel失败

在laravel目录下用composer install,得到如下结果,找了很多帖子,但没找到解决方法
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- laravel/framework v4.2.9 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.8 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.7 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.6 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.5 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.4 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.3 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.2 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.12 requires php >=5.4.0 -> no matching package foun
d.
- laravel/framework v4.2.11 requires php >=5.4.0 -> no matching package foun
d.
- laravel/framework v4.2.10 requires php >=5.4.0 -> no matching package foun
d.
- laravel/framework v4.2.1 requires php >=5.4.0 -> no matching package found
.
- laravel/framework v4.2.0 requires php >=5.4.0 -> no matching package found
.
- Installation request for laravel/framework 4.2.* -> satisfiable by laravel
/framework[v4.2.0, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.2, v4.2.3, v4.2.4, v4
.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your min
imum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
problems.

用composer create-project laravel/laravel learnlaravel 可以得到laravel框架,但没有vendor
已邀请:

klgd

赞同来自:

解决了,原来是php版本问题,我本地的环境是php多版本的,在配置时版本弄混淆了

tingyugetc

赞同来自:

请问你是怎么解决多版本的问题的

要回复问题请先登录注册