zfcampus/zf-oauth2

Composer update problem!

shamanis opened this issue · 3 comments

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

Problem 1
- zfcampus/zf-oauth2 1.3.0 requires bshaffer/oauth2-server-php ~1.7 -> no matching package found.
- zfcampus/zf-oauth2 1.2.0 requires bshaffer/oauth2-server-php ~1.7 -> no matching package found.
- zfcampus/zf-oauth2 1.1.3 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.1.2 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.1.1 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.1.0 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.0.3 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.0.2 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.0.1 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.0.0 requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.
- zfcampus/zf-oauth2 1.1.x-dev requires bshaffer/oauth2-server-php ~1.3 -> no matching package found.

@shamanis I just tried with tag 1.2.0 (PHP >= 5.3.23) and 1.3.0 (PHP >= 5.5) and composer update works fine. Which version of zf-oauth2 are you using? It sounds like a composer issue, maybe a temporary one.

@ezimuel dev-master and php version 5.6.11.

Hmm. I tried remove zf-oauth2 from composer.json -> update. Add zf-oauth2 to composer.json -> update. It's work! Strangely...

@shamanis I checked again, even with dev-master, everything work fine. I'm closing the issue because I cannot reproduce it. Thanks!