Recently I installed Composer because it's the prefered way to install the Yii Framework, but it seems i can't make use of it and i don't know why.
This is an example of what happens when i use composer commands: C:\wamp\www>composer global require "fxp/composer-asset-plugin:1.0.0-beta2" Changed current directory to C:/Users/Nuno/AppData/Roaming/Composer
Fatal error: Call to undefined method Composer\Package\Version\VersionParser::pa
rseLinks() in C:\Users\Nuno\AppData\Roaming\Composer\vendor\fxp\composer-asset-p
lugin\Repository\VcsPackageFilter.php on line 270
fxp/composer-asset
. – Beowulfenator