I have to install ZF2 on Windows:
- I've clone ZendSkeletonApplication (ZSA) repository from Git
- Open cmd and get in ZSA folder
- run
php composer.phar self-update
(everything is ok) - run
php composer.phar install
And now I get this:
zendframework/zendframework 2.3.1 requires php >=5.3.23 -> no matching package found.
Okay, I've checked php version php -v
:
PHP 5.3.6 (cli) (built: Mar 17 2011 10:37:07)
Any ideas?