Closed cbergau closed 10 years ago
Update composer dependency to ZF 2.2 please
Sorry, i don't know how to do that correctly ;-) just reporting that issue.
I was able to install the module via composer with no problems. I am using ZF 2.2.0
Closing this for now. Please reopen if you still have the issue.
My composer.json
{ "name": "zendframework/skeleton-application", "description": "Skeleton Application for ZF2", "license": "BSD-3-Clause", "keywords": [ "framework", "zf2" ], "homepage": "http://framework.zend.com/", "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.2.0", "zendframework/zend-developer-tools": "dev-master", "doctrine/doctrine-orm-module": "0.*", "zf-commons/zfc-user-doctrine-orm": "0.1.1", "zf-commons/zfc-admin": "0.1.1", "bjyoungblood/bjy-authorize": "1.2.6", "phpunit/phpunit-selenium": "dev-master" } }
After running "composer install" i get this output:
Problem 1