Henry Quintero

Results 2 comments of Henry Quintero

I fixed this error removing Composer old version and install the new version, in my case I saw the error when I ran composer.

1. cd~ 2. sudo apt-get remove composer 3. curl -sS https://getcomposer.org/installer -o composer-setup.php 4. sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer 5. verify the composer installation with the command: composer