ZF-Commons / zfc-rbac

Role-based access control module to provide additional features on top of Zend\Permissions\Rbac
BSD 3-Clause "New" or "Revised" License
181 stars 111 forks source link

Can't download v1.0.3 using composer #127

Closed atans closed 10 years ago

atans commented 10 years ago
$ php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing zf-commons/zfc-rbac (v1.0.2)
  - Installing zf-commons/zfc-rbac (v1.0.3)
    Downloading: connection...
Could not fetch https://api.github.com/repos/ZF-Commons/ZfcRbac/zipball/05f9bf74
3b2de7f6c098a793ca0343c4d1105b7b, enter your GitHub credentials to access privat
e repos
The credentials will be swapped for an OAuth token stored in C:/Users/APEKC-201/
AppData/Roaming/Composer/config.json, your password will not be stored
To revoke access to this token you can visit https://github.com/settings/applica
tions
Username:
bakura10 commented 10 years ago

Hi,

I can't reproduce the issue, here I can download both 1.0.2 and 1.0.3. But as I have admin access to ZfcRbac... @arekkas can you try fetching 1.0.3 please ?

atans commented 10 years ago

It still trow this error that version is 1.0.3 but I can download if I change the version to 1.0.2

aeneasr commented 10 years ago

All of those three work for me:

"zf-commons/zfc-rbac" : "1.0.*", "zf-commons/zfc-rbac" : "1.0.3", "zf-commons/zfc-rbac" : "1.0.2",

Try updating or removing your composer cache.

bakura10 commented 10 years ago

I'm closing, as it works for me and @arekkas it's likely you have a problem with your Composer. As said, try also to remove your composer.lock, and doing a new composer install.