needed to help a friend with ZF2, so went to: https://framework.zend.com/manual/2.4/en/ref/installation.html
ran this command:
php composer.phar create-project -sdev --repository-url="https://packages.zendframework.com" zendframework/skeleton-application path/to/install
this is what I see when running it:
You are currently running Zend Framework version 3.0.3-dev
how do I download and install Zf2 via composer?