Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laravel 6 #10

Closed
Barmunksu opened this issue Aug 30, 2021 · 4 comments · Fixed by #11
Closed

laravel 6 #10

Barmunksu opened this issue Aug 30, 2021 · 4 comments · Fixed by #11
Assignees

Comments

@Barmunksu
Copy link

Hello, this pkg not working with laravel 6?

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

Problem 1
- Root composer.json requires osteel/openapi-httpfoundation-testing ^0.6.0 -> satisfiable by osteel/openapi-httpfoundation-testing[v0.6].
- osteel/openapi-httpfoundation-testing v0.6 requires symfony/http-foundation ^5.3 -> found symfony/http-foundation[v5.3.0-BETA1, ..., 5.4.x-dev] but the package is fixed to v4.4.23 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

@osteel
Copy link
Owner

osteel commented Aug 30, 2021

Hi, it seems that you need to update symfony/http-foundation first

@Barmunksu
Copy link
Author

@osteel

https://packagist.org/packages/laravel/framework#v6.20.32

  • symfony/http-foundation: ^4.3.4

@osteel
Copy link
Owner

osteel commented Aug 30, 2021

@Barmunksu I see, thanks. It would probably make sense to make this package compatible with both HttpFoundation 4+ and 5+ indeed. Will have a look when I get the chance

@osteel osteel mentioned this issue Aug 30, 2021
3 tasks
osteel added a commit that referenced this issue Aug 30, 2021
Laravel 6.x compatibility
@osteel
Copy link
Owner

osteel commented Aug 30, 2021

@Barmunksu let me know if v6.0.1 fixed it

@osteel osteel self-assigned this Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants