When I try to install the Laravel project from the composer.lock file, Composer asks me for authentication.
$ composer install Loading composer repositories with package information Installing dependencies (including require-dev) from lock file - Installing laravel/framework (v4.1.21) Authentication required (api.github.com): Username: $ composer
I have OpenSSL installed. Using PHP 5.5.3 on Ubuntu 13.10.
Any idea how to get around this? Tried to give him my Github credentials, but that didn't work.
laravel-4 composer-php
Znarkus
source share