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

Support Symfony v6 (and Laravel v9) #45

Closed
alecpl opened this issue Feb 17, 2022 · 3 comments
Closed

Support Symfony v6 (and Laravel v9) #45

alecpl opened this issue Feb 17, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alecpl
Copy link
Contributor

alecpl commented Feb 17, 2022

This package does not work with a Laravel v9 application.

- Root composer.json requires code-lts/doctum ^5.5 -> satisfiable by code-lts/doctum[v5.5.0].
- laravel/framework[v9.0.0, ..., v9.1.0] require symfony/process ^6.0 -> satisfiable by symfony/process[v6.0.0, v6.0.2, v6.0.3].
- Conclusion: don't install symfony/process v6.0.3 (conflict analysis result)
@williamdes williamdes self-assigned this Feb 17, 2022
@williamdes williamdes added the enhancement New feature or request label Feb 17, 2022
@williamdes williamdes added this to the v5.5.1 milestone Feb 17, 2022
williamdes added a commit that referenced this issue Feb 17, 2022
@williamdes
Copy link
Member

Hi @alecpl
Thank you for this report !
I just released 5.5.1 version, it should fix this issue

@alecpl
Copy link
Contributor Author

alecpl commented Feb 17, 2022

@williamdes We need similiar change in code-lts/cli-tools

williamdes added a commit to code-lts/cli-tools that referenced this issue Feb 18, 2022
@williamdes
Copy link
Member

@williamdes We need similiar change in code-lts/cli-tools

Here it is: https://github.com/code-lts/cli-tools/releases/tag/v1.5.0

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants