ZF-Commons / ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.
BSD 3-Clause "New" or "Revised" License
89 stars 92 forks source link

Impossible to composer install with zf2.2.0 #57

Closed cbergau closed 10 years ago

cbergau commented 11 years ago
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

chonny commented 11 years ago

Update composer dependency to ZF 2.2 please

cbergau commented 11 years ago

Sorry, i don't know how to do that correctly ;-) just reporting that issue.

teodortalov commented 11 years ago

I was able to install the module via composer with no problems. I am using ZF 2.2.0

Danielss89 commented 10 years ago

Closing this for now. Please reopen if you still have the issue.