apigility-symfony2-use-case
apigility-symfony2-use-case copied to clipboard
composer does not resolve dependencies and fails....
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
update your composer.
change
"rwoverdijk/assetmanager": "~1.3",
to
"rwoverdijk/assetmanager": "1.3.1",
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.