简体   繁体   中英

Issue with installing zendframework2 skeleton

i'm new to zendframework 2 , while trying to install it , using composer , it gets installed but an error message appears saying :

Your requirements could not be resolved to an installable set of packages.

Problem1 - Installation request for zendframework/zendframework 2.3.* -> satisfiable by zendframework/zendframework[2.3.0]. - zendframework/zendframework 2.3.0 requires php >=5.3.23 -> no matching package found

knowing that I have php 5.4.3.

Could someone please explain to me what's wrong ?

thanks in advance

Make sure the PHP version you are using for the CLI is using PHP 5.4.3 too. The CLI version can use a different PHP version than the host. You can get the php version used by the console by using the php --version command.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM