Issue is that Zend FW2 requirements is 5.3.3 as my php interpreter version, but while it is trying to be installed by composer generates an error:
Your requirements could not be resolved to an installable set of packages.
Problem 1 - zendframework/zendframework 2.3.0 requires php >=5.3.23 -> no matching package found. - zendframework/zendframework 2.3.0 requires php >=5.3.23 -> no matching package found. - Installation request for zendframework/zendframework 2.3.* -> satisfiable by zendframework/zendframework[2.3.0].
Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
What is the solution, except php version update(not suitable, because on this server i have another project which will not run after update).
Thank you for your time and help!