You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 dependenciesThe 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)
The text was updated successfully, but these errors were encountered: