mewebstudio / Purifier

HTMLPurifier for Laravel 5/6/7/8/9/10/11
MIT License
1.89k stars 230 forks source link

Laravel 11 support #197

Open Mlekar opened 8 months ago

Mlekar commented 8 months ago

There is currently a conflict when trying to use this package with Laravel 11 (released yesterday)

Only one of these can be installed: illuminate/support[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.2, v11.0.0, v11.0.1, v11.0.2, v11.0.3], laravel/framework[v11.0.0, v11.0.1, v11.0.2, v11.0.3]. laravel/framework replaces illuminate/support and thus cannot coexist with it.

Are there any plans to upgrade the package to support Laravel 11?

mdsaifurrahmann commented 1 month ago

@Mlekar I'm using "laravel/framework": "^v11.27.2", and didn't found any issues like you. You could try with a fresh installation.