-
Notifications
You must be signed in to change notification settings - Fork 76
Description
obsolete - needs update of dependencies
firstly I had basically error
composer-plugin-api 1.0.0 -> no matching package found
so I was about to update libraries, then I had error
requires bower-asset/jquery
fixed by composer global require "fxp/composer-asset-plugin" - lot of installed dependencies
The very initially I had issue
`
[ReflectionException]
Class Fxp\Composer\AssetPlugin\Repository\NpmRepository does not exist
[ErrorException]
Declaration of Fxp\Composer\AssetPlugin\Repository\AbstractAssetsRepository::whatProvides(Composer\DependencyResolver\Pool $pool, $name) should be compatible with Composer\Repository\ComposerRepository::whatProvides(Composer\Depende
ncyResolver\Pool $pool, $name, $bypassFilters = false)
`
workarounded by renaming/removing global fxp dependencies (probably was obsolete)