could not open input file:composer.phar for windows

The composer.phar install is notworking but without .phar this is working

We need to enable the openssl module in php before installing the zendframe work

We have to un-comment the line ;extension=php_openssl.dll from php.ini file.

composer use different php.ini file which is located at the wamp\bin\php\php-\php.ini

After enabling the openssl we need to restart the server

The execute the following comments

I can install successfully using these commands -

composer self-update composer install --prefer-dist

could not open input file:composer.phar for windows_第1张图片

你可能感兴趣的:(could not open input file:composer.phar for windows)