silvester / ReverseOAuth2

Another OAuth2 client for ZF2. It provides clients for github, google, facebook and linkedin. It also provides a standart authentication adapter for zend auth. Others soon to come.
35 stars 24 forks source link

composer package #3

Closed machek closed 11 years ago

machek commented 11 years ago

Hi, I think would be good to make module available as composer package, it's just a bit easier to add it into application this way.

https://packagist.org/

silvester commented 11 years ago

As far as i know the module is compliant with psr-0, so it just needs a composer.json file. I will look into it.

machek commented 11 years ago

Ok, thanks. It should be quite straight forward process and really helps when adding this module to an application.

silvester commented 11 years ago

Added package silvester/reverse-oauth2 to packagist.

Lp. Silvester

machek commented 11 years ago

I am having some problems when calling to "composer.phar updare", just wondering if require shouldn't be

"require": { "php": ">=5.3.3", "zendframework/zendframework": "2.*" }

Response which I am getting:

- Installation request for silvester/reverse-oauth2 dev-master -> satisfiable by silvester/reverse-oauth2

dev-master.

- Can only install one of: libra/zendframework dev-default, libra/zendframework 2.0.0.
- don't install libra/zendframework 2.0.0|don't install zendframework/zendframework dev-master
- don't install zendframework/zendframework dev-master|don't install libra/zendframework 2.0.0 .....
machek commented 11 years ago

Working well now. Thanks