Quote:
Originally Posted by mariosipad
|
Thank you very much. This worked. I don't understand why though, because I think that's what I did to start with. It remains mysterious to me, but I'm glad it now works. Thank you again.
The terminal method didn't work. I was getting this in the terminal :
Peters-Mac-mini:~ peter$ wget
https://getcomposer.org/composer.phar
-bash: wget: command not found
Peters-Mac-mini:~ peter$ php composer.phar global require "fxp/composer-asset-plugin:~1.1"
Could not open input file: composer.phar
Peters-Mac-mini:~ peter$ php composer.phar install --no-dev --optimize-autoloader
Could not open input file: composer.phar
Peters-Mac-mini:~ peter$