I am trying to install zendframework using composer tool in wamp server.
The following steps are done towards installation
I downlo
If you go through the documentation, they have mentioned to use php composer.phar Link: https://getcomposer.org/doc/03-cli.md#update-u
php composer.phar
Don't use php composer.phar only give composer
composer
Command: composer self-update
composer self-update
It will work.