Answer the question
In order to leave comments, you need to log in
Problem with Composer (VcsPackageFilter.php on line 272)?
I use the composer update command and I get an error:
Fatal error: Call to undefined method Fxp\Composer\AssetPlugin\Package\Version\VersionParser::parseLinks() in C:\Users\Alexander\AppData\Roaming\Composer\vendor\fxp\composer- asset-plugin\Repository\VcsPackageFilter.php on line 272 I
searched the net for a solution, they say you need to install "composer global require composer-asset-plugin"
But the same error pops up, how to be?
Answer the question
In order to leave comments, you need to log in
update the asset plugin as you write for yourself.
composer global require "fxp/composer-asset-plugin:~1.0.3"
parselinks is a method that has been deprecated for more than half a year.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question