coolcsn / CsnUser

Authentication module using Doctrine
MIT License
33 stars 36 forks source link

Composer error #30

Open thadeuborges opened 10 years ago

thadeuborges commented 10 years ago

Hey guys! first sorry for my bad english.. I am trying to install csn-user with composer and i'm seeing the follow error:

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

Problem 1

That is my CLI command: php composer.phar require coolcsn/csn-user:dev-master

My composer.json:

{ "name": "coolcsn/csn-authorization", "description": "Authorization based on DoctrineORMModule and ACL", "type": "library", "license": "BSD-3-Clause", "homepage": "https://github.com/coolcsn/CsnAuthorization", "keywords": [ "zf2", "csn-authorization", "doctrine-orm-module", "doctrine" ], "authors": [ { "name": "Stoyan Cheresharov", "email": "stoyancheresharov@gmail.com", "homepage": "http://coolcsn.com/", "role": "Developer" }, { "name": "Stoyan Revov", "email": "st.revov@gmail.com", "role": "Developer" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.3", "doctrine/doctrine-orm-module": ">=0.7" }, "autoload": { "psr-0": { "CsnAuthorization\": "src/" } } }

Please let'me know what i am doing wrong.

Tank you felas!

Stay cool!

Thadeu Carvalho