apigility-symfony2-use-case icon indicating copy to clipboard operation
apigility-symfony2-use-case copied to clipboard

composer does not resolve dependencies and fails....

Open richhl opened this issue 11 years ago • 2 comments

When composer.phar install apigilityapi project one gets:

Your requirements could not be resolved to an installable set of packages.

Problem 1 - Installation request for zfcampus/zf-apigility dev-master -> satisfiable by zfcampus/zf-apigility[dev-master]. - zfcampus/zf-apigility dev-master requires rwoverdijk/assetmanager ~1.3 -> no matching package found. Problem 2 - Installation request for zfcampus/zf-apigility-admin dev-master -> satisfiable by zfcampus/zf-apigility-admin[dev-master]. - zfcampus/zf-apigility-admin dev-master requires rwoverdijk/assetmanager ~1.3 -> no matching package found. thx

richhl avatar Jul 10 '14 16:07 richhl

update your composer.

change

 "rwoverdijk/assetmanager": "~1.3",

to

 "rwoverdijk/assetmanager": "1.3.1",

scourgen avatar Jul 28 '14 08:07 scourgen

you need to create a new apigility skeleton by zf-campus and add this module into it. or use zend studio to create faster module with demo apigility skeleton and inject this module into it.

vrkansagara avatar Oct 31 '15 15:10 vrkansagara