php - 5.3.3-7+squeeze18 and Zend Framework 2 not working -
issue zend fw2 requirements 5.3.3 php interpreter version, while trying installed composer generates error:
your requirements not resolved 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 zendframework/zendframework 2.3.* -> satisfiable zendframework/zendframework[2.3.0].
potential causes: - typo in package name - package not available in stable-enough version according minimum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3aseiflrc/discussion more details.
read http://getcomposer.org/doc/articles/troubleshooting.md further common problems.
what solution, except php version update(not suitable, because on server have project not run after update).
thank time , help!
the solution have use older version of zend framework
php composer.phar require zendframework/zendframework 2.2.*
this leave @ 2.2.5
or 2.2.6
not sure that. newer versions will need @ least php 5.3.23
. sticking 5.3.3 because ubuntu ships 5.3.3 bad, bad, bad thing! don't ever make web-server dependent on version of operating system. that's absurd.
Comments
Post a Comment