PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, January 31, 2022

[FIXED] Issue with installing zendframework2 skeleton

 January 31, 2022     composer-php, php     No comments   

Issue

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


Solution

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.



Answered By - Wouter J
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing