Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

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

Open
MakerTim opened this issue Sep 20, 2018 · 3 comments
Labels

Comments

@MakerTim
Copy link

What did you do?

On installing this module with my lumen5.7 installation i got a error
./composer.phar require nordsoftware/lumen-oauth2
and you are stating that you support 5.3+ so 5.7 shouldn't be a problem right?

"require": {
"php": ">=7.1.3",
"laravel/lumen-framework": "5.7.*",
"vlucas/phpdotenv": "~2.2",
"zircote/swagger-php": "^3.0"
},
image

@Jalle19
Copy link
Contributor

Jalle19 commented Sep 21, 2018

Can you post the full error message?

@MakerTim
Copy link
Author

this is a copy of the console
https://pastebin.com/ret5SUMK

@Jalle19 Jalle19 added the bug label Sep 21, 2018
@Jalle19
Copy link
Contributor

Jalle19 commented Sep 21, 2018

The problem is that we depend on a fairly old version of league-oauth2-server (4.x). If you're starting a new project I think it's better if you try to integrate the latest version of league-oauth2-server directly instead of using this library, we don't have the manpower to maintain and update it at the moment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants