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.
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