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 10 support #189

Open
valgotm0 opened this issue Mar 7, 2023 · 1 comment
Open

Laravel 10 support #189

valgotm0 opened this issue Mar 7, 2023 · 1 comment

Comments

@valgotm0
Copy link

valgotm0 commented Mar 7, 2023

The mews/purifier package seems to be using older versions (Laravel 9) of illuminate/support, illuminate/filesystem, etc and preventing it to be used along with Laravel 10. Are there any plans to provide Laravel 10 support for mews/purifier?

Problem 1

  • Conclusion: don't install laravel/framework v10.0.0 (conflict analysis result) - mews/purifier 3.3.8 requires illuminate/filesystem ^5.8|^6.0|^7.0|^8.0|^9.0 -> satisfiable by illuminate/filesystem[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev]. - Only one of these can be installed: illuminate/filesystem[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev], laravel/framework[v10.0.0, ..., 10.x-dev]. laravel/framework replaces illuminate/filesystem and thus cannot coexist with it.
@txdFabio
Copy link
Contributor

It's been corrected with this PR: #186 which has been merged to master but not already tagged as a new release

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

No branches or pull requests

2 participants