I am running an update for the composer, and one of the dependencies defined in my linker. json is trying to pull out a repo sub-dependency that no longer exists (very annoying!)
How can I determine which of the modules defines the required library, detailed output and dry run, really do not give much guidance.
my list:
"php": ">=5.3.3",
"zendframework/zendframework": "2.2.*",
"doctrine/doctrine-module": "0.8.*@dev",
"doctrine/doctrine-orm-module": "0.8.*@dev",
"gedmo/doctrine-extensions": "dev-master",
"hounddog/doctrine-data-fixture-module":"0.0.*",
"zf-commons/zfc-admin": ">=0.1.1",
"zf-commons/zfc-user": ">=0.1.1",
"zf-commons/zfc-user-doctrine-orm": ">=0.1.1",
"zf-commons/zfc-base": "v0.1.2",
"danielss89/zfc-user-admin": "dev-master",
"bjyoungblood/bjy-authorize":"1.4.*",
"zf-hipsters/bootstrap-flash-messenger": ">=1.0",
"spoonx/sxbootstrap": "3.*",
"manuakasam/sam-versioning" : "dev-master",
"neilime/zf2-twb-bundle": "2.0",
"rwoverdijk/assetmanager": "1.*",
"imagine/imagine": "0.6.*@dev",
"tawfekov/zf2entityaudit": ">=0.2-stable",
"evandotpro/edp-superluminal": "dev-master",
"netglue/zf2-route-layout-module": "dev-master",
"twbs/bootstrap":"3.*",
A missing library that suddenly started to create problems - backplane\zendframework
source
share